ScriptError Properties


ScriptError.Line

Returns line which contains given error.
public string Line

Read only.

ScriptError.LineNumber

Returns number of line which contains given error.
public int LineNumber

Read only.

ScriptError.Message

Returns error description.
public string Message

Read only

ScriptError.ModuleName

Returns name of module which contains given error.
public string ModuleName

Read only.


Copyright © 2005-2024 Alexander Baranovsky. All rights reserved.