Represents a script generation exception.

Namespace:  PerpetuumSoft.Reporting.Rendering
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
[SerializableAttribute]
public class ScriptException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ScriptException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class ScriptException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    PerpetuumSoft.Reporting.Rendering..::.ScriptException

See Also