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

Throws exception or writes error and returns false.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool Throw(
	string format,
	params Object[] args
)
Public Shared Function Throw ( _
	format As String, _
	ParamArray args As Object() _
) As Boolean
public:
static bool Throw(
	String^ format, 
	... array<Object^>^ args
)

Parameters

format
String
Error message format string. See Format(String, Object) for details.
args
array< Object >[]()[]
Format string arguments

Return Value

Always false.

See Also