Click or drag to resize
StorageProviderException Constructor (String)
Initializes a new instance of the StorageProviderException class with a specified error message.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax
C#
public StorageProviderException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also