Novell.Directory.Ldap.LdapResponse.hasException C# (CSharp) Méthode

hasException() private méthode

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