C# Class Dogen.TestModels.CSharpModel.MyException

this is an exception
Inheritance: System.Exception
显示文件 Open project: DomainDrivenConsulting/dogen

Public Methods

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

Method Details

MyException() public method

public MyException ( ) : System
return System

MyException() public method

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

MyException() public method

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