Initializes a new instance of the LdapException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Initializes a new instance of the LdapException class.
[Visual Basic] Public Sub New()
[C#] public LdapException();
[C++] public: LdapException();
[JScript] public function LdapException();
Initializes a new instance of the LdapException class with a specified error message.
[Visual Basic] Public Sub New(ByVal String)
[C#] public LdapException(string);
[C++] public: LdapException(String*);
[JScript] public function LdapException(String);
Initializes a new instance of the LdapException class with a specified error message and a reference to the inner exception that is the cause of this exception.
[Visual Basic] Public Sub New(ByVal String,ByVal Exception)
[C#] public LdapException(string,Exception);
[C++] public: LdapException(String*,Exception*);
[JScript] public function LdapException(String,Exception);