C# Class Model.InputErrorException

Inheritance: System.Exception
显示文件 Open project: egametang/Egametang

Public Methods

Method Description
InputErrorException ( string message ) : System
InputErrorException ( string message, Exception e ) : System

Method Details

InputErrorException() public method

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

InputErrorException() public method

public InputErrorException ( string message, Exception e ) : System
message string
e System.Exception
return System