C# Class Cim.Eap.ScenarioException

Inheritance: System.ApplicationException
显示文件 Open project: mkjeff/secs4net

Public Methods

Method Description
ScenarioException ( string message ) : System
ScenarioException ( string message, Exception innerException ) : System

Method Details

ScenarioException() public method

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

ScenarioException() public method

public ScenarioException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System