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

Inheritance: System.Exception
Afficher le fichier Open project: volak/DDD.Enterprise.Example

Méthodes publiques

Méthode Description
StorageException ( ) : System
StorageException ( string message ) : System
StorageException ( string message, Exception inner ) : System
StorageException ( string message, IEnumerable inners ) : System

Method Details

StorageException() public méthode

public StorageException ( ) : System
Résultat System

StorageException() public méthode

public StorageException ( string message ) : System
message string
Résultat System

StorageException() public méthode

public StorageException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

StorageException() public méthode

public StorageException ( string message, IEnumerable inners ) : System
message string
inners IEnumerable
Résultat System