C# Class JSBasic.Compiler.BasicSyntaxErrorException

An error in some BASIC source code.
Inheritance: System.Exception
Mostra file Open project: danielflower/JSBasic

Public Methods

Method Description
BasicSyntaxErrorException ( ) : System
BasicSyntaxErrorException ( string message ) : System
BasicSyntaxErrorException ( string message, Exception inner ) : System

Protected Methods

Method Description
BasicSyntaxErrorException ( System info, System context ) : System

Method Details

BasicSyntaxErrorException() public method

public BasicSyntaxErrorException ( ) : System
return System

BasicSyntaxErrorException() protected method

protected BasicSyntaxErrorException ( System info, System context ) : System
info System
context System
return System

BasicSyntaxErrorException() public method

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

BasicSyntaxErrorException() public method

public BasicSyntaxErrorException ( string message, Exception inner ) : System
message string
inner System.Exception
return System