SecureStoreServiceCredentialsNotFoundException members
The exception that is thrown when the Secure Store Service cannot find the requested credentials in the Secure Store Service database.
The SecureStoreServiceCredentialsNotFoundException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecureStoreServiceCredentialsNotFoundException() | Initializes a new instance of the SecureStoreServiceCredentialsNotFoundException class. | |
SecureStoreServiceCredentialsNotFoundException(String) | Initializes a new instance of the SecureStoreServiceCredentialsNotFoundException class with a specified message. | |
SecureStoreServiceCredentialsNotFoundException(String, Exception) | Initializes a new instance of the SecureStoreServiceCredentialsNotFoundException class with a specified message and a reference to the inner exception that caused this exception. | |
SecureStoreServiceCredentialsNotFoundException(String, String, Uri) | Initializes a new instance of the SecureStoreServiceCredentialsNotFoundException class with a specified message, target application information, and a credential management URL. |
Top
Properties
Name | Description | |
---|---|---|
CredentialManagementUrl | (Inherited from SecureStoreCredentialsNotFoundException.) | |
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetApplicationId | (Inherited from SecureStoreCredentialsNotFoundException.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Sets the SerializationInfo object with information about the exception. (Overrides SecureStoreCredentialsNotFoundException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top