C# Class Pickaxe.CodeDom.Semantic.UnknownVariableReferenceException

Inheritance: SemanticException
Mostra file Open project: bitsummation/pickaxe

Public Methods

Method Description
UnknownVariableReferenceException ( LineInfo line, string variable ) : System

Method Details

UnknownVariableReferenceException() public method

public UnknownVariableReferenceException ( LineInfo line, string variable ) : System
line LineInfo
variable string
return System