C# Class AlbLib.Scripting.ScriptExecutionException

Inheritance: System.Exception
Datei anzeigen Open project: IllidanS4/AlbLib Class Usage Examples

Public Methods

Method Description
ScriptExecutionException ( int line, string errorline, string message, Exception innerException ) : System

Initializes new instance of this exception.

Method Details

ScriptExecutionException() public method

Initializes new instance of this exception.
public ScriptExecutionException ( int line, string errorline, string message, Exception innerException ) : System
line int /// Line number where did exception occur. ///
errorline string /// Actual line. ///
message string /// Message which was thrown. ///
innerException System.Exception /// Inner exception if any. ///
return System