C# Class Gtd.Pcl.CoreDomain.DomainError

Inheritance: System.Exception
ファイルを表示 Open project: beingtheworst/btw-gtd

Public Methods

Method 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 method

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

Named() public static method

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.
return DomainError