Initializes a new instance of the ScriptException class.

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

Syntax

C#
public ScriptException(
	CompilerResults compilerResults
)
Visual Basic (Declaration)
Public Sub New ( _
	compilerResults As CompilerResults _
)
Visual C++
public:
ScriptException(
	CompilerResults^ compilerResults
)

Parameters

compilerResults
Type: System.CodeDom.Compiler..::.CompilerResults

See Also