SocketException Constructor (Int32)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
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: