C# Class Gtd.Pcl.CoreDomain.DomainError

Inheritance: System.Exception
Afficher le fichier Open project: beingtheworst/btw-gtd

Méthodes publiques

Méthode Description
DomainError ( string message ) : System
Named ( string name, string format ) : DomainError

Creates domain error exception with a string name that is easily identifiable in the tests

Method Details

DomainError() public méthode

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

Named() public static méthode

Creates domain error exception with a string name that is easily identifiable in the tests
public static Named ( string name, string format ) : DomainError
name string The name to be used to identify this exception in tests.
format string The format.
Résultat DomainError