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 | |
---|---|---|
WrongPrincipalException() | Initializes a new instance of the WrongPrincipalException class. |
|
WrongPrincipalException(String) | Initializes a new instance of the WrongPrincipalException class using a specified String. Calls the base class method Exception(). |
|
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