WebSocketException::ErrorCode Property

.NET Framework (current version)
 

The native error code for the exception that occurred.

Namespace:   System.Net.WebSockets
Assembly:  System (in System.dll)

public:
property int ErrorCode {
	virtual int get() override;
}

Property Value

Type: System::Int32

Returns Int32.

.NET Framework
Available since 4.5
Return to top
Show: