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

ToString() public method

returns a string of information about the exception and the the nested exceptions, if any.
public ToString ( ) : System.String
return System.String
        public override System.String ToString()
        {
            return getExceptionString("LdapException");
        }