Novell.Directory.Ldap.LdapException.resultCodeToString C# (CSharp) Method

resultCodeToString() public method

Returns a string representing the result code in the default locale.
public resultCodeToString ( ) : System.String
return System.String
        public virtual System.String resultCodeToString()
        {
            return ResourcesHandler.getResultString(resultCode);
        }

Same methods

LdapException::resultCodeToString ( System locale ) : System.String
LdapException::resultCodeToString ( int code ) : System.String
LdapException::resultCodeToString ( int code, System locale ) : System.String