HttpListenerException Constructor (Int32, String^)
.NET Framework (current version)
Initializes a new instance of the HttpListenerException class using the specified error code and message.
Assembly: System (in System.dll)
Parameters
- errorCode
-
Type:
System::Int32
A Int32 value that identifies the error that occurred.
- message
-
Type:
System::String^
A String that describes the error that occurred.
.NET Framework
Available since 2.0
Available since 2.0
Show: