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 (26.2.0.1000)
Syntax
public static class ExceptionExtensions

The ExceptionExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetDetailsMessageGets the details message associated with an Exception.
Public Extension MethodGetErrorCodeGets the error code associated with an Exception.
Public Extension MethodGetHelpTopicReferenceGets the help topic reference associated with an Exception.
Public Extension MethodGetSupplementalMessageGets the supplemental message associated with an Exception.
Public Extension MethodSetAsDisplayExceptionMarks the exception as the "display" exception.
Public Extension MethodSetDetailsMessage Sets the details message on an exception object.
Public Extension MethodSetErrorCode Sets the error code on an exception object.
Public Extension MethodSetHelpTopicReference Sets an associated help topic reference on an exception object.
Public Extension MethodSetSupplementalMessage Sets the supplemental message on an exception object.
Top
See Also