C# Class Softeq.CloudStorage.Extension.Exceptions.ContentStorageException

Inheritance: Exception
Mostra file Open project: Softeq/cloudstorage.extension

Public Methods

Method Description
ContentStorageException ( string message ) : System
ContentStorageException ( string message, Exception innerException ) : System

Method Details

ContentStorageException() public method

public ContentStorageException ( string message ) : System
message string
return System

ContentStorageException() public method

public ContentStorageException ( string message, Exception innerException ) : System
message string
innerException Exception
return System