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.
| Parameter | Type | Description |
|---|---|---|
errorCode | SocketError |
SocketException(int errorCode)
public SocketException(int errorCode)
No description available.
| Parameter | Type | Description |
|---|---|---|
errorCode | int |
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.