5 references to DirectoryOperationException
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (3)
1122throw new DirectoryOperationException(null, errorMessage); 1539throw new DirectoryOperationException(response, OperationErrorMappings.MapResultCode(resultError)); 1904return new DirectoryOperationException(response, errorMessage);
System\DirectoryServices\Protocols\ldap\LdapException.cs (2)
164public TlsOperationException(DirectoryResponse response, string message) : base(response, message) 182throw new DirectoryOperationException(null, errorMessage);