Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ServerUnavailableException

    Inheritance
    System.Object
    System.Exception
    ServiceUnavailableException
    ServerUnavailableException
    Implements
    System.Runtime.Serialization.ISerializable
    IHasLocalizedMessage
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.ToString()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Message
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.SerializeObjectState
    Namespace: MediaBrowser.Controller.Net
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class ServerUnavailableException : ServiceUnavailableException, ISerializable, IHasLocalizedMessage

    Constructors

    ServerUnavailableException(String)

    Declaration
    public ServerUnavailableException(string message)
    Parameters
    Type Name Description
    System.String message

    ServerUnavailableException(String, String)

    Declaration
    public ServerUnavailableException(string message, string localizedMessage)
    Parameters
    Type Name Description
    System.String message
    System.String localizedMessage

    Properties

    LocalizedMessage

    Declaration
    public string LocalizedMessage { get; set; }
    Property Value
    Type Description
    System.String

    LocalizedTitle

    Declaration
    public string LocalizedTitle { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    System.Runtime.Serialization.ISerializable
    IHasLocalizedMessage

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.