[Missing <summary> documentation for "P:NHibernate.Hql.Ast.ANTLR.Tree.ASTErrorNode.RecognitionException"]
Namespace: NHibernate.Hql.Ast.ANTLR.TreeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public RecognitionException RecognitionException { get; private set; } |
| Visual Basic |
|---|
Public Property RecognitionException As RecognitionException
Get
Private Set |
| Visual C++ |
|---|
public:
property RecognitionException^ RecognitionException {
RecognitionException^ get ();
private: void set (RecognitionException^ value);
} |
See Also