SecureStoreException Constructor
Include Protected Members
Include Inherited Members
Constructs a new instance of the class.
Overload List
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