Table of Contents

Class StorageProviderException

Namespace
CMS.IO
Assembly
CMS.IO.dll

Thrown when the storage provider is misconfigured.

public class StorageProviderException : Exception
Inheritance
object
Exception
StorageProviderException
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 string

The 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 string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.