Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of the CredentialsVerificationException class with the specified error message and a reference to the inner exception that caused this exception.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CredentialsVerificationException(
string s,
Exception e
)
public:
CredentialsVerificationException(
String^ s,
Exception^ e
)
new :
s:string *
e:Exception -> CredentialsVerificationException
Public Sub New (
s As String,
e As Exception
)
Parameters
s
Type: System.StringContains the error message describing the reason for the exception.
e
Type: System.ExceptionThe exception that caused the current exception. If the inner parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.
See Also
CredentialsVerificationException Overload
CredentialsVerificationException Class
System.Web.Security.SingleSignOn Namespace
Return to top