Click or drag to resize

CodedSocketExceptionSocketErrorCode Property

[This is preliminary documentation and is subject to change.]

Gets the error code that is associated with this exception.

Namespace:  NerdyDuck.CodedExceptions
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public SocketError SocketErrorCode { get; }
View Source

Property Value

Type: SocketError
One of the SocketError enumeration values.
See Also