LdapSocketException class

Exception when a SocketException was raised.

The original SocketException can be obtained from the socketException member.

Inheritance
Implementers

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socketException SocketException
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited