Table of Contents

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

t TabScriptErrorType
f string
l int
message string

Properties

filename

public string filename { get; }

Property Value

string

line

public int line { get; }

Property Value

int

type

public TabScriptErrorType type { get; }

Property Value

TabScriptErrorType

Methods

ToShortString()

public string ToShortString()

Returns

string

ToString()

Creates and returns a string representation of the current exception.

public override string ToString()

Returns

string

A string representation of the current exception.