Aqualogic Interaction API  
 

PTException Constructor

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

Overload List

Crate a PTException that wraps an underlying native Exception object, and contains a Plumtree specific error message and error code (from PT_RESULTCODES).

public PTException(Exception,string,int);

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

public PTException(string,int);

See Also

PTException Class | com.plumtree.server.marshalers Namespace