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