JGR MSTS Editors and Tools
BnfStateException Constructor (state, message)
NamespacesJgr.GrammarBnfStateExceptionBnfStateException(BnfState, String)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.Grammar.BnfStateException.#ctor(Jgr.Grammar.BnfState,System.String)"]

Declaration Syntax
C#Visual BasicVisual C++
public BnfStateException(
	BnfState state,
	string message
)
Public Sub New ( _
	state As BnfState, _
	message As String _
)
public:
BnfStateException(
	BnfState^ state, 
	String^ message
)
Parameters
state (BnfState)

[Missing <param name="state"/> documentation for "M:Jgr.Grammar.BnfStateException.#ctor(Jgr.Grammar.BnfState,System.String)"]

message (String)

[Missing <param name="message"/> documentation for "M:Jgr.Grammar.BnfStateException.#ctor(Jgr.Grammar.BnfState,System.String)"]

Assembly: JGR.Grammar (Module: JGR.Grammar) Version: 0.5.4008.31681