Class StorageProviderException
Thrown when the storage provider is misconfigured.
public class StorageProviderException : Exception
- Inheritance
-
objectExceptionStorageProviderException
- Extension Methods
Constructors
StorageProviderException()
Initializes a new instance of the StorageProviderException class with default values.
public StorageProviderException()
StorageProviderException(string)
Initializes a new instance of the StorageProviderException class with a specified error message.
public StorageProviderException(string message)
Parameters
message
stringThe message that describes the error.
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.
public StorageProviderException(string message, Exception innerException)
Parameters
message
stringThe message that describes the error.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.