5 references to
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\common\DirectoryException.cs (3)
49
public DirectoryOperationException(string message, Exception inner) :
base
(message ?? SR.DefaultOperationsError, inner) { }
64
:
base
(CreateMessage(response, message), inner)
100
public BerConversionException(string message, Exception inner) :
base
(message ?? SR.BerConversionError, inner)
System\DirectoryServices\Protocols\ldap\LdapException.cs (2)
106
public LdapException(string message, Exception inner) :
base
(message, inner) { }
125
public LdapException(int errorCode, string message, Exception inner) :
base
(message, inner)