ExceptionHelper Methods

The ExceptionHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCleanException
Given an original exception, cleans the exception to remove the stack trace if applicable.
Public methodStatic memberGetLastError
Gets the last error encountered by a session.
Public methodStatic memberSetLastError
Sets the last error encountered for the session ID specified.
Public methodStatic memberTryGetLastError
Gets the last error encountered by the current engine session.
Public methodStatic memberTrySetLastError
Sets the last error encountered by the current engine session.
Top
See Also