Novell.Directory.Ldap.LdapResponse.hasException C# (CSharp) Method

hasException() private method

Indicates if this response is an embedded exception response
private hasException ( ) : bool
return bool
        internal virtual bool hasException()
        {
            return (exception != null);
        }