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)
1122throw new DirectoryOperationException(null, errorMessage); 1539throw new DirectoryOperationException(response, OperationErrorMappings.MapResultCode(resultError)); 1544throw new DirectoryOperationException(response); 1904return 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)