Phantom Documentation

[Help Home] [Phantom Home]
GetState

int exception.GetState()

Return Type: int
Parameters: none

Description:

GetState returns the integer state of an exception. See exception for the meaning of the states.


Example Code

exception e;
e.SetError("An Error");
int i = e.GetState();
disp(i);


See exception for additional examples.

See Also: exception


Copyright 2000-2011 Phantom Automated Solutions