LdapPoolException constructor

LdapPoolException(
  1. String msg, [
  2. LdapResult? result
])

Implementation

LdapPoolException(this.msg, [this.result]);