C# Class Demo.Domain.Infrastructure.Exceptions.StorageException

Inheritance: System.Exception
Datei anzeigen Open project: volak/DDD.Enterprise.Example

Public Methods

Method Description
StorageException ( ) : System
StorageException ( string message ) : System
StorageException ( string message, Exception inner ) : System
StorageException ( string message, IEnumerable inners ) : 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 inner ) : System
message string
inner System.Exception
return System

StorageException() public method

public StorageException ( string message, IEnumerable inners ) : System
message string
inners IEnumerable
return System