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

LdapResponse() public method

Creates an LdapResponse using an LdapException. Used to wake up the user following an abandon. Note: The abandon doesn't have to be user initiated but may be the result of error conditions. Referral information is available if this connection created solely to follow a referral.
public LdapResponse ( InterThreadException ex, ReferralInfo activeReferral ) : System
ex InterThreadException The exception /// ///
activeReferral Novell.Directory.Ldap.Utilclass.ReferralInfo The referral actually used to create the /// connection ///
return System
        public LdapResponse(InterThreadException ex, ReferralInfo activeReferral)
        {
            exception = ex;
            this.activeReferral = activeReferral;

            return ;
        }

Same methods

LdapResponse::LdapResponse ( RfcLdapMessage message ) : System
LdapResponse::LdapResponse ( int type ) : System
LdapResponse::LdapResponse ( int type, int resultCode, System matchedDN, System serverMessage, System referrals, LdapControl controls ) : System