Represents a script generation exception.
Namespace:
PerpetuumSoft.Reporting.RenderingAssembly: 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 |