|  | Aqualogic Interaction API | |
| PTSException Constructor (String, Int32) |
Create a PTSException
containing the specified error message and error code (from PT_RESULTCODES
).
public PTSException(
string message,
int code);
Parameters
-
message
- the error message associated with this error
-
code
- the error code associated with this error
See Also
PTSException Class | com.plumtree.server.search.exceptions Namespace | PTSException Constructor Overload List