[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 message
)
Public Shared Function Throw ( _
	message As String _
) As Boolean
public:
static bool Throw(
	String^ message
)

Parameters

message
String
Error message.

Return Value

Always false.

See Also