Constructor SocketClosedException
SocketClosedException()
Default constructor.
Declaration
public SocketClosedException()
SocketClosedException(String)
Partial constructor.
Declaration
public SocketClosedException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message associated with the error. |
SocketClosedException(String, Exception)
Full constructor.
Declaration
public SocketClosedException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message associated with the error. |
System.Exception | inner | Any inner exception that is wrapped by this exception. |