LdapResultException class abstract

Exception when an unsuccessful LDAP result is received.

All ResultCode values - except OK, COMPARE_FALSE, and COMPARE_TRUE - have a corresponding exception class that is a subclass of this class.

Inheritance
Implementers

Constructors

LdapResultException(LdapResult _result)

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
no setterinherited
result LdapResult
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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