SocketException constructor
SocketException(
- String message
Creates a new SocketException with the given message
.
Implementation
SocketException(this.message);
Creates a new SocketException with the given message
.
SocketException(this.message);