C# Class Purity.Compiler.Exceptions.CompilerException

Inheritance: System.Exception
Afficher le fichier Open project: paf31/Purity

Méthodes publiques

Méthode Description
CompilerException ( ) : System
CompilerException ( string message ) : System
CompilerException ( string message, Exception innerException ) : System

Method Details

CompilerException() public méthode

public CompilerException ( ) : System
Résultat System

CompilerException() public méthode

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

CompilerException() public méthode

public CompilerException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System