Mono Class Library: OverviewNovell.Directory.Ldap.LdapException: Field Members |
The fields of Novell.Directory.Ldap.LdapException are listed below. For a list of all members, see the LdapException Members list.
See Also: Inherited members from System.Exception
static constADMIN_LIMIT_EXCEEDED int (11). Indicates that an LDAP server limit set by an administrative authority has been exceeded. static constAFFECTS_MULTIPLE_DSAS int (71). Indicates that the modify DN operation moves the entry from one LDAP server to another and thus requires more than one LDAP server. static constALIAS_DEREFERENCING_PROBLEM int (36). Indicates that during a search operation, either the client does not have access rights to read the aliased object's name or dereferencing is not allowed. static constALIAS_PROBLEM int (33). Indicates that an error occurred when an alias was dereferenced. static constAMBIGUOUS_RESPONSE int (101). Indicates that the server response to a request is ambiguous. static constATTRIBUTE_OR_VALUE_EXISTS int (20). Indicates that the attribute value specified in a modify or add operation already exists as a value for that attribute. static constAUTH_METHOD_NOT_SUPPORTED int (7). Indicates that during a bind operation the client requested an authentication method not supported by the LDAP server. static constAUTH_UNKNOWN int (86). Indicates that a bind method was called with an unknown authentication method. static constBUSY int (51). Indicates that the LDAP server is too busy to process the client request at this time, but if the client waits and resubmits the request, the server may be able to process it then. static constCLIENT_LOOP int (96). Indicates the LDAP libraries detected a loop. Usually this happens when following referrals. static constCOMPARE_FALSE int (5). Does not indicate an error condition. static constCOMPARE_TRUE int (6). Does not indicate an error condition. static constCONFIDENTIALITY_REQUIRED int (13). Indicates that the session is not protected by a protocol such as Transport Layer Security (TLS), which provides session confidentiality. static constCONNECT_ERROR int (91). Indicates that the LDAP client has lost either its connection or cannot establish a connection to the LDAP server. static constCONSTRAINT_VIOLATION int (19). Indicates that the matching rule specified in the search filter does not match a rule defined for the attribute's syntax. static constCONTROL_NOT_FOUND int (93). Indicates that the client requested a control that the libraries cannot find in the list of supported controls sent by the LDAP server. static constDECODING_ERROR int (84). Indicates that the LDAP client encountered errors when decoding an LDAP response from the LDAP server. static constENCODING_ERROR int (83). Indicates that the LDAP client encountered errors when encoding an LDAP request intended for the LDAP server. static constENTRY_ALREADY_EXISTS int (68). Indicates that the add operation attempted to add an entry that already exists, or that the modify operation attempted to rename an entry to the name of an entry that already exists. static constFILTER_ERROR int (87). Indicates that the search method was called with an invalid search filter. static constINAPPROPRIATE_AUTHENTICATION int (48). Indicates that during a bind operation, the client is attempting to use an authentication method that the client cannot use correctly. static constINAPPROPRIATE_MATCHING int (18). Indicates that the matching rule specified in the search filter does not match a rule defined for the attribute's syntax. static constINSUFFICIENT_ACCESS_RIGHTS int (50). Indicates that the caller does not have sufficient rights to perform the requested operation. static constINVALID_ATTRIBUTE_SYNTAX int (21). Indicates that the attribute value specified in an add, compare, or modify operation is an unrecognized or invalid syntax for the attribute. static constINVALID_CREDENTIALS int (49). Indicates that invalid information was passed during a bind operation. static constINVALID_DN_SYNTAX int (34). Indicates that the syntax of the DN is incorrect. static constINVALID_RESPONSE int (100). Indicates that the server response to a request is invalid. static constIS_LEAF int (35). Indicates that the specified operation cannot be performed on a leaf entry. static constLdap_NOT_SUPPORTED int (92). Indicates that the requested functionality is not supported by the client. For example, if the LDAP client is established as an LDAPv2 client, the libraries set this error code when the client requests LDAPv3 functionality. static constLdap_PARTIAL_RESULTS int (9). Returned by some LDAP servers to LDAPv2 clients to indicate that a referral has been returned in the error string. static constLdap_TIMEOUT int (85). Indicates that the time limit of the LDAP client was exceeded while waiting for a result. static constLOCAL_ERROR int (82). Indicates that the LDAP client has an error. This is usually a failed dynamic memory allocation error. static constLOOP_DETECT int (54). Indicates that the client discovered an alias or referral loop, and is thus unable to complete this request. static constMORE_RESULTS_TO_RETURN int (95). Indicates that more results are chained in the result message. static constNAMING_VIOLATION int (64). Indicates that the add or modify DN operation violates the schema's structure rules. static constNO_MEMORY int (90). Indicates that a dynamic memory allocation method failed when calling an LDAP method. static constNO_RESULTS_RETURNED int (94). Indicates that the LDAP server sent no results. static constNO_SUCH_ATTRIBUTE int (16). Indicates that the attribute specified in the modify or compare operation does not exist in the entry. static constNO_SUCH_OBJECT int (32). Indicates the target object cannot be found. static constNOT_ALLOWED_ON_NONLEAF int (66). Indicates that the requested operation is permitted only on leaf entries. static constNOT_ALLOWED_ON_RDN int (67). Indicates that the modify operation attempted to remove an attribute value that forms the entry's relative distinguished name. static constOBJECT_CLASS_MODS_PROHIBITED int (69). Indicates that the modify operation attempted to modify the structure rules of an object class. static constOBJECT_CLASS_VIOLATION int (65). Indicates that the add, modify, or modify DN operation violates the object class rules for the entry. static constOPERATIONS_ERROR int (1). Indicates an internal error. static constOTHER int (80). Indicates an unknown error condition. static constPROTOCOL_ERROR int (2). Indicates that the server has received an invalid or malformed request from the client. static constREFERRAL int (10). Does not indicate an error condition. static constREFERRAL_LIMIT_EXCEEDED int (97). Indicates that the referral exceeds the hop limit. static constSASL_BIND_IN_PROGRESS int (14). Does not indicate an error condition, but indicates that the server is ready for the next step in the process. static constSERVER_DOWN int (81). Indicates that the LDAP libraries cannot establish an initial connection with the LDAP server. Either the LDAP server is down or the specified host name or port number is incorrect. static constSIZE_LIMIT_EXCEEDED int (4). Indicates that in a search operation, the size limit specified by the client or the server has been exceeded. static constSTRONG_AUTH_REQUIRED int (8). Indicates a problem with the level of authentication. static constSUCCESS int (0). Indicates the requested client operation completed successfully. static constTIME_LIMIT_EXCEEDED int (3). Indicates that the operation's time limit specified by either the client or the server has been exceeded. static constTLS_NOT_SUPPORTED int (112). Indicates that TLS is not supported on the server. static constUNAVAILABLE int (52). Indicates that the LDAP server cannot process the client's bind request, usually because it is shutting down. static constUNAVAILABLE_CRITICAL_EXTENSION int (12). Indicates that the LDAP server was unable to satisfy a request because one or more critical extensions were not available. static constUNDEFINED_ATTRIBUTE_TYPE int (17). Indicates that the attribute specified in the modify or add operation does not exist in the LDAP server's schema. static constUNWILLING_TO_PERFORM int (53). Indicates that the LDAP server cannot process the request because of server-defined restrictions. static constUSER_CANCELLED int (88). Indicates that the user cancelled the LDAP operation.