C# Class VBF.Compilers.Scanners.ScannerException

Inheritance: System.Exception
Datei anzeigen Open project: Ninputer/VBF

Public Methods

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

Protected Methods

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

Method Details

ScannerException() public method

public ScannerException ( ) : System
return System

ScannerException() protected method

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

ScannerException() public method

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

ScannerException() public method

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