Class ServerUnavailableException
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