Class SocketCreateException
Inheritance
System.Object
System.Exception
SocketCreateException
Implements
System.Runtime.Serialization.ISerializable
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.Model.Net
Assembly: MediaBrowser.Model.dll
Syntax
public class SocketCreateException : Exception, ISerializable
Constructors
SocketCreateException(String, Exception)
Declaration
public SocketCreateException(string errorCode, Exception originalException)
Parameters
Type | Name | Description |
---|---|---|
System.String | errorCode | |
System.Exception | originalException |
Properties
ErrorCode
Declaration
public string ErrorCode { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Serialization.ISerializable