Novell.Directory.Ldap.Rfc2251.RfcLdapResult.getErrorMessage C# (CSharp) Method

getErrorMessage() public method

Returns the error message from the server
public getErrorMessage ( ) : RfcLdapString
return RfcLdapString
        public RfcLdapString getErrorMessage()
        {
            return new RfcLdapString(((Asn1OctetString) get_Renamed(2)).byteValue());
        }