C# Class ilcclib.Parser.CParserException

Inheritance: System.Exception
Afficher le fichier Open project: soywiz/ilcc

Méthodes publiques

Méthode Description
CParserException ( CParser Context, CParser PositionInfo, string Message ) : System
Show ( ) : void

Method Details

CParserException() public méthode

public CParserException ( CParser Context, CParser PositionInfo, string Message ) : System
Context CParser
PositionInfo CParser
Message string
Résultat System

Show() public méthode

public Show ( ) : void
Résultat void