C# Class VBF.Compilers.Scanners.ScannerException

Inheritance: System.Exception
Afficher le fichier Open project: Ninputer/VBF

Méthodes publiques

Méthode Description
ScannerException ( ) : System
ScannerException ( string message ) : System
ScannerException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
ScannerException ( System info, System context ) : System

Method Details

ScannerException() public méthode

public ScannerException ( ) : System
Résultat System

ScannerException() protected méthode

protected ScannerException ( System info, System context ) : System
info System
context System
Résultat System

ScannerException() public méthode

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

ScannerException() public méthode

public ScannerException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System