SocketException constructor

SocketException(
  1. String message
)

Creates a new SocketException with the given message.

Implementation

SocketException(this.message);