17 references to LdapErrorMappings
System.DirectoryServices.Protocols (17)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (8)
955
if (
LdapErrorMappings
.IsLdapError(certError))
957
string certerrorMessage =
LdapErrorMappings
.MapResultCode(certError);
980
if (
LdapErrorMappings
.IsLdapError(error))
982
string errorMessage =
LdapErrorMappings
.MapResultCode(error);
1124
else if (
LdapErrorMappings
.IsLdapError(error))
1126
string errorMessage =
LdapErrorMappings
.MapResultCode(error);
1908
if (
LdapErrorMappings
.IsLdapError(error))
1910
string errorMessage =
LdapErrorMappings
.MapResultCode(error);
System\DirectoryServices\Protocols\ldap\LdapException.cs (4)
109
: base(SR.Format(SR.DefaultLdapError,
LdapErrorMappings
.NormalizeResultCode(errorCode)))
135
_errorCode =
LdapErrorMappings
.NormalizeResultCode(value);
184
else if (
LdapErrorMappings
.IsLdapError(error))
186
string errorMessage =
LdapErrorMappings
.MapResultCode(error);
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
155
throw new LdapException((int)LdapError.TimeOut,
LdapErrorMappings
.MapResultCode((int)LdapError.TimeOut));
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (4)
478
if (
LdapErrorMappings
.IsLdapError(certError))
480
string certerrorMessage =
LdapErrorMappings
.MapResultCode(certError);
660
if (
LdapErrorMappings
.IsLdapError(error))
662
string errorMessage =
LdapErrorMappings
.MapResultCode(error);