C# Class Manos.Mvc.CompileException

Inheritance: System.Exception
Show file Open project: toptensoftware/manos Class Usage Examples

Public Methods

Method Description
AddError ( string file, int line, int character, int length, string message ) : void
CompileException ( string message ) : System

Method Details

AddError() public method

public AddError ( string file, int line, int character, int length, string message ) : void
file string
line int
character int
length int
message string
return void

CompileException() public method

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