C# Class Irony.Compiler.CompilerException

Inheritance: System.Exception
Show file Open project: Zepheus/Fiesta_Utils

Public Methods

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

Method Details

CompilerException() public method

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

CompilerException() public method

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