C# Class Microsoft.Bek.Frontend.Meta.BekParseException

Inheritance: BekException
Afficher le fichier Open project: AutomataDotNet/Automata

Méthodes publiques

Свойство Type Description
line int
pos int

Méthodes publiques

Méthode Description
BekParseException ( ) : System
BekParseException ( int line, int pos, Exception inner ) : System
BekParseException ( int line, int pos, string message ) : System
BekParseException ( string message ) : System
BekParseException ( string message, System inner ) : System

Method Details

BekParseException() public méthode

public BekParseException ( ) : System
Résultat System

BekParseException() public méthode

public BekParseException ( int line, int pos, Exception inner ) : System
line int
pos int
inner System.Exception
Résultat System

BekParseException() public méthode

public BekParseException ( int line, int pos, string message ) : System
line int
pos int
message string
Résultat System

BekParseException() public méthode

public BekParseException ( string message ) : System
message string
Résultat System

BekParseException() public méthode

public BekParseException ( string message, System inner ) : System
message string
inner System
Résultat System

Property Details

line public_oe property

public int line
Résultat int

pos public_oe property

public int pos
Résultat int