Class TabScriptException
- Namespace
- TabScript
- Assembly
- TableScript.dll
public class TabScriptException : Exception, ISerializable
- Inheritance
-
TabScriptException
- Implements
- Inherited Members
Constructors
TabScriptException(TabScriptErrorType, string, int, string)
public TabScriptException(TabScriptErrorType t, string f, int l, string message)
Parameters
tTabScriptErrorTypefstringlintmessagestring
Properties
filename
public string filename { get; }
Property Value
line
public int line { get; }
Property Value
type
public TabScriptErrorType type { get; }
Property Value
Methods
ToShortString()
public string ToShortString()
Returns
ToString()
Creates and returns a string representation of the current exception.
public override string ToString()
Returns
- string
A string representation of the current exception.