HttpListenerException Constructor (Int32, String) |
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public HttpListenerException(
int errorCode,
string message
)
Parameters
- errorCode
- Type: SystemInt32
An Int32 that identifies the error.
- message
- Type: SystemString
A String that describes the error.
See Also