C# Class BetterCms.Core.Exceptions.Service.StorageException

Inheritance: CmsException
Mostra file Open project: devbridge/BetterCMS

Public Methods

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

Method Details

StorageException() public method

public StorageException ( ) : System
return System

StorageException() public method

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

StorageException() public method

public StorageException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System