1 type derived from DirectoryOperationException
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapException.cs (1)
146public class TlsOperationException : DirectoryOperationException
5 instantiations of DirectoryOperationException
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (4)
1116throw new DirectoryOperationException(null, errorMessage); 1533throw new DirectoryOperationException(response, OperationErrorMappings.MapResultCode(resultError)); 1538throw new DirectoryOperationException(response); 1898return new DirectoryOperationException(response, errorMessage);
System\DirectoryServices\Protocols\ldap\LdapException.cs (1)
182throw new DirectoryOperationException(null, errorMessage);
1 reference to DirectoryOperationException
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
176if (exception is DirectoryOperationException directoryOperationException)