C# Class Demo.Application.Riak.Infrastructure.Exceptions.StorageException

Inheritance: System.Exception
Mostrar archivo 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