Skip to main content

SocketException Class

Namespace: System.Net.Sockets · Assembly: GHIElectronics.TinyCLR.Networking

No description available.

public class SocketException : Exception

Constructors

SocketException()

public SocketException() : this((int)SocketError.SocketError)

No description available.

SocketException(SocketError errorCode)

public SocketException(SocketError errorCode) : this((int)errorCode)

No description available.

ParameterTypeDescription
errorCodeSocketError

SocketException(int errorCode)

public SocketException(int errorCode)

No description available.

ParameterTypeDescription
errorCodeint

Properties

SocketErrorCode

public SocketError SocketErrorCode { get; }

No description available.

ErrorCode

public int ErrorCode { get; }

Gets the modbus error code (inherited)

Message

public override string Message { get; }

No description available.