| StorageProviderException Class |
Namespace: CMS.IO
[SerializableAttribute] public class StorageProviderException : Exception
| Name | Description | |
|---|---|---|
| StorageProviderException |
Initializes a new instance of the StorageProviderException class with default values.
| |
| StorageProviderException(String) |
Initializes a new instance of the StorageProviderException class with a specified error message.
| |
| StorageProviderException(SerializationInfo, StreamingContext) |
Initializes a new instance of the StorageProviderException class with serialized data.
| |
| StorageProviderException(String, Exception) |
Initializes a new instance of the StorageProviderException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|