The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SocketException Constructor (Int32)
.NET Framework (current version)
Initializes a new instance of the SocketException class with the specified error code.
Assembly: System (in System.dll)
Parameters
- errorCode
-
Type:
System::Int32
The error code that indicates the error that occurred.
The SocketException constructor sets the ErrorCode property to errorCode.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show: