C# Class StoryTeller.Engine.SuiteNotFoundException

Inheritance: System.Exception
显示文件 Open project: storyteller/Storyteller

Public Methods

Method Description
SuiteNotFoundException ( string suite, Suite top ) : System

Method Details

SuiteNotFoundException() public method

public SuiteNotFoundException ( string suite, Suite top ) : System
suite string
top StoryTeller.Model.Persistence.Suite
return System