C# Class Dogen.TestModels.CSharpModel.Package1.CatastrophicException

Inheritance: System.Exception
Show file Open project: DomainDrivenConsulting/dogen

Public Methods

Method Description
CatastrophicException ( ) : System
CatastrophicException ( string message ) : System
CatastrophicException ( string message, Exception inner ) : System

Method Details

CatastrophicException() public method

public CatastrophicException ( ) : System
return System

CatastrophicException() public method

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

CatastrophicException() public method

public CatastrophicException ( string message, Exception inner ) : System
message string
inner System.Exception
return System