C# Class Model.ConfigException

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

Public Methods

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

Method Details

ConfigException() public method

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

ConfigException() public method

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