4 references to Other
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\common\ResultCode.cs (1)
101
{ ResultCode.
Other
, SR.LDAP_OTHER }
System\DirectoryServices\Protocols\common\utils.cs (1)
37
return (code == ResultCode.AliasDereferencingProblem || code == ResultCode.InappropriateAuthentication || code == ResultCode.SortControlMissing || code == ResultCode.OffsetRangeError || code == ResultCode.VirtualListViewError || code == ResultCode.
Other
);
System\DirectoryServices\Protocols\Interop\LdapPal.Linux.cs (1)
153
if (error == (int)ResultCode.
Other
)
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
649
if (error == (int)ResultCode.
Other
)