SecureStoreException Members
Include Protected Members
Include Inherited Members
Represents an exception class that is thrown from a Secure Store object.
The SecureStoreException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecureStoreException() | Constructs a new instance of the class. | |
SecureStoreException(String) | Constructs a new instance of the class with a message. | |
SecureStoreException(SerializationInfo, StreamingContext) | Constructs a new instance of the class by using the serialization information and the streaming context. | |
SecureStoreException(String, Exception) | Constructs a new instance of the class with a message and an inner exception. |
Top
Properties
Name | Description | |
---|---|---|
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.) | |
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 Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top