LdapSocketException constructor

LdapSocketException(
  1. SocketException socketException, [
  2. String message = 'Socket exception'
])

Implementation

LdapSocketException(this.socketException,
    [String message = 'Socket exception'])
    : super(message);