C# Class Pepino.ScenarioRunner.Application.ScenarioException

Inheritance: System.Exception
ファイルを表示 Open project: AcklenAvenue/Pepino

Public Methods

Method Description
ScenarioException ( System.Guid scenarioId, Exception innerException ) : System

Method Details

ScenarioException() public method

public ScenarioException ( System.Guid scenarioId, Exception innerException ) : System
scenarioId System.Guid
innerException System.Exception
return System