The exception that is thrown when an error occurs processing an HTTP request.
See Also: Inherited members from System.ComponentModel.Win32Exception.
|
Initializes a new instance of the WebSocketSharp.Net.HttpListenerException class. | |
|
Initializes a new instance of the WebSocketSharp.Net.HttpListenerException class with the specified errorCode. | |
|
Initializes a new instance of the WebSocketSharp.Net.HttpListenerException class with the specified errorCode and message. |
|
Initializes a new instance of the WebSocketSharp.Net.HttpListenerException class from the specified System.Runtime.Serialization.SerializationInfo and System.Runtime.Serialization.StreamingContext classes. |
Initializes a new instance of the WebSocketSharp.Net.HttpListenerException class.
Syntax
public HttpListenerException ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Initializes a new instance of the WebSocketSharp.Net.HttpListenerException class with the specified errorCode.
Syntax
public HttpListenerException (int errorCode)Parameters
- errorCode
- An int that contains an error code.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Initializes a new instance of the WebSocketSharp.Net.HttpListenerException class with the specified errorCode and message.
Syntax
Parameters
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Initializes a new instance of the WebSocketSharp.Net.HttpListenerException class from the specified System.Runtime.Serialization.SerializationInfo and System.Runtime.Serialization.StreamingContext classes.
Syntax
protected HttpListenerException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Parameters
- serializationInfo
- A System.Runtime.Serialization.SerializationInfo that contains the information required to deserialize the new WebSocketSharp.Net.HttpListenerException object.
- streamingContext
- A System.Runtime.Serialization.StreamingContext.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Gets a value that represents the error that occurred.
Syntax
public override int ErrorCode { get; }Value
An int that contains an error code.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)