ExceptionExtensions Class

Provides extension methods for Exception objects.
Inheritance Hierarchy
SystemObject
  Dundas.BIExceptionExtensions

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public static class ExceptionExtensions

The ExceptionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDetailsMessage
Gets the details message associated with an Exception.
Public methodStatic memberGetErrorCode
Gets the error code associated with an Exception.
Public methodStatic memberGetHelpTopicReference
Gets the help topic reference associated with an Exception.
Public methodStatic memberGetSupplementalMessage
Gets the supplemental message associated with an Exception.
Public methodStatic memberSetAsDisplayException
Marks the exception as the "display" exception.
Public methodStatic memberSetDetailsMessage
Sets the details message on an exception object.
Public methodStatic memberSetErrorCode
Sets the error code on an exception object.
Public methodStatic memberSetHelpTopicReference
Sets an associated help topic reference on an exception object.
Public methodStatic memberSetSupplementalMessage
Sets the supplemental message on an exception object.
Top
See Also