C# Class EsotericIDE.CompileException

Inheritance: System.Exception
Datei anzeigen Open project: Timwi/EsotericIDE

Public Methods

Method Description
CompileException ( string message, int index = null, int length = null ) : System

Method Details

CompileException() public method

public CompileException ( string message, int index = null, int length = null ) : System
message string
index int
length int
return System