HandshakeException constructor

const HandshakeException([String message = "", OSError osError = null ])

Implementation

const HandshakeException([String message = "", OSError osError = null])
    : super._("HandshakeException", message, osError);