Aqualogic Interaction API  
 

PTException Constructor (String, Int32)

Create a PTException object containing the specified error message and error code (from PT_RESULTCODES).

public PTException(
   string message,
   int code
);

Parameters

message
the error message associated with this error
code
the error code associated with this error

See Also

PTException Class | com.plumtree.server.marshalers Namespace | PTException Constructor Overload List