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

Inheritance: BekException
Mostra file Open project: AutomataDotNet/Automata

Public Properties

Property Type Description
line int
pos int

Public Methods

Method 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 method

public BekParseException ( ) : System
return System

BekParseException() public method

public BekParseException ( int line, int pos, Exception inner ) : System
line int
pos int
inner System.Exception
return System

BekParseException() public method

public BekParseException ( int line, int pos, string message ) : System
line int
pos int
message string
return System

BekParseException() public method

public BekParseException ( string message ) : System
message string
return System

BekParseException() public method

public BekParseException ( string message, System inner ) : System
message string
inner System
return System

Property Details

line public_oe property

public int line
return int

pos public_oe property

public int pos
return int