SocketException constructor

SocketException(
  1. SocketResponse response,
  2. StackTrace stackTrace
)

Implementation

SocketException(this.response, this.stackTrace);