ExceptionHelper Class

A class to help with processing exceptions.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApiExceptionHelper

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static class ExceptionHelper

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.
Top
See Also