C-DEngine 5.105

HttpListenerException Constructor (Int32, String)

Initializes a new instance of the HttpListenerException class with the specified errorCode and message.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public HttpListenerException(
	int errorCode,
	string message
)
Public Sub New ( _
	errorCode As Integer, _
	message As String _
)
public:
HttpListenerException(
	int^ errorCode, 
	String^ message
)

Parameters

errorCode
Type: Int32
An Int32 that identifies the error.
message
Type: String
A String that describes the error.