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
Syntaxpublic SocketError SocketErrorCode { get; }
Public ReadOnly Property SocketErrorCode As SocketError
Get
View SourceProperty Value
Type:
SocketErrorOne of the
SocketError enumeration values.
See Also