Click or drag to resize
StorageProviderException Class
Thrown when the storage provider is misconfigured.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.IOStorageProviderException

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class StorageProviderException : Exception
Constructors
  NameDescription
Public methodStorageProviderException
Initializes a new instance of the StorageProviderException class with default values.
Public methodStorageProviderException(String)
Initializes a new instance of the StorageProviderException class with a specified error message.
Protected methodStorageProviderException(SerializationInfo, StreamingContext)
Initializes a new instance of the StorageProviderException class with serialized data.
Public methodStorageProviderException(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.
Top
See Also