CredentialsVerificationException Class
The exception that is thrown when credentials verification fails.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Exception
System.SystemException
System.UnauthorizedAccessException
System.Web.Security.SingleSignOn.CredentialsVerificationException
Syntax
[SerializableAttribute]
public sealed class CredentialsVerificationException : UnauthorizedAccessException
[SerializableAttribute]
public ref class CredentialsVerificationException sealed : UnauthorizedAccessException
[<Sealed>]
[<SerializableAttribute>]
type CredentialsVerificationException =
class
inherit UnauthorizedAccessException
end
<SerializableAttribute>
Public NotInheritable Class CredentialsVerificationException
Inherits UnauthorizedAccessException
Constructors
Name | Description | |
---|---|---|
CredentialsVerificationException() | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of CredentialsVerificationException class. |
|
CredentialsVerificationException(CredentialsVerificationInfo) | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of CredentialsVerificationException class based on the CredentialsVerificationInfo object. |
|
CredentialsVerificationException(String) | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of CredentialsVerificationException class with the specified error message. |
|
CredentialsVerificationException(String, Exception) | 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. |
Properties
Name | Description | |
---|---|---|
CredentialsVerificationInfo | Gets or sets the CredentialsVerificationInfo. |
|
Data | (Inherited from Exception.) |
|
HelpLink | (Inherited from Exception.) |
|
InnerException | (Inherited from Exception.) |
|
Message | (Inherited from Exception.) |
|
Source | (Inherited from Exception.) |
|
StackTrace | (Inherited from Exception.) |
|
TargetSite | (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetBaseException() | (Inherited from Exception.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetObjectData(SerializationInfo, StreamingContext) | This method supports the AD FS infrastructure and is not intended to be used directly from your code. Sets the SerializationInfo object with information about the exception.(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
|
GetType() | (Inherited from Exception.) |
|
ToString() | (Inherited from Exception.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top