C# Class Doe.Exceptions.customException

Inheritance: except
显示文件 Open project: ambasta/doe

Public Methods

Method Description
customException ( string errorMessage ) : System
customException ( string errorMessage, Exception innerEx ) : System

Method Details

customException() public method

public customException ( string errorMessage ) : System
errorMessage string
return System

customException() public method

public customException ( string errorMessage, Exception innerEx ) : System
errorMessage string
innerEx System.Exception
return System