Novell.Directory.Ldap.LdapException.LdapException C# (CSharp) Méthode

LdapException() public méthode

Constructs a default exception with no specific error information.
public LdapException ( ) : System
Résultat System
        public LdapException()
            : base()
        {
            return ;
        }

Same methods

LdapException::LdapException ( System messageOrKey, System arguments, int resultCode, System serverMsg ) : System
LdapException::LdapException ( System messageOrKey, System arguments, int resultCode, System serverMsg, System rootException ) : System
LdapException::LdapException ( System messageOrKey, System arguments, int resultCode, System serverMsg, System matchedDN, System rootException ) : System
LdapException::LdapException ( System messageOrKey, int resultCode, System serverMsg ) : System
LdapException::LdapException ( System messageOrKey, int resultCode, System serverMsg, System rootException ) : System