C# Class Purity.Compiler.Exceptions.CompilerException

Inheritance: System.Exception
Mostra file Open project: paf31/Purity

Public Methods

Method Description
CompilerException ( ) : System
CompilerException ( string message ) : System
CompilerException ( string message, Exception innerException ) : System

Method Details

CompilerException() public method

public CompilerException ( ) : System
return System

CompilerException() public method

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

CompilerException() public method

public CompilerException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System