共用方式為


WrongPrincipalException Constructor

 

Initializes a new instance of the WrongPrincipalException class.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Overload List

Name Description
System_CAPS_pubmethod WrongPrincipalException()

Initializes a new instance of the WrongPrincipalException class.

System_CAPS_pubmethod WrongPrincipalException(String)

Initializes a new instance of the WrongPrincipalException class using a specified String. Calls the base class method Exception().

System_CAPS_pubmethod WrongPrincipalException(String, Exception)

Initializes a new instance of the WrongPrincipalException class using the specified string and a reference to the inner exception that is the cause of this exception. Calls the base class method Exception(String, Exception).

See Also

WrongPrincipalException Class
System.Web.Security.SingleSignOn Namespace

Return to top