C# Class Irontalk.CompileException

Inheritance: SourceException
ファイルを表示 Open project: rezonant/irontalk

Public Methods

Method Description
CompileException ( InputSource source, int lineNumber, string message ) : System
CompileException ( InputSource source, int lineNumber, string message, Exception innerException ) : System

Method Details

CompileException() public method

public CompileException ( InputSource source, int lineNumber, string message ) : System
source InputSource
lineNumber int
message string
return System

CompileException() public method

public CompileException ( InputSource source, int lineNumber, string message, Exception innerException ) : System
source InputSource
lineNumber int
message string
innerException System.Exception
return System