[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ScriptErrorException class

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public ScriptErrorException(
	string format,
	params Object[] args
)
Public Sub New ( _
	format As String, _
	ParamArray args As Object() _
)
public:
ScriptErrorException(
	String^ format, 
	... array<Object^>^ args
)

Parameters

format
String
args
array< Object >[]()[]

See Also