Aqualogic Interaction API  
 

PTException Constructor (Exception, String, Int32)

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 e,
   string message,
   int code
);

Parameters

e
the native Exception to wrap
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