CleanException Class

A clean exception doesn't have a stack trace.
Inheritance Hierarchy
SystemObject
  SystemException
    Dundas.BI.WebApiCleanException

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

The CleanException type exposes the following members.

Constructors
  NameDescription
Public methodCleanException
Initializes a new instance of the CleanException class.
Public methodCleanException(Exception)
Initializes a new instance of the CleanException class.
Public methodCleanException(String)
Initializes a new instance of the CleanException class.
Public methodCleanException(String, Exception)
Initializes a new instance of the CleanException class.
Top
Properties
  NameDescription
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Overrides ExceptionStackTrace.)
Top
Methods
  NameDescription
Public methodStatic memberCreate
Creates a clean version of the specified exception.
Public methodGetObjectData Obsolete.
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
Extension Methods
  NameDescription
Public Extension MethodGetDetailsMessage
Gets the details message associated with an Exception.
(Defined by ExceptionExtensions.)
Public Extension MethodGetErrorCode
Gets the error code associated with an Exception.
(Defined by ExceptionExtensions.)
Public Extension MethodGetHelpTopicReference
Gets the help topic reference associated with an Exception.
(Defined by ExceptionExtensions.)
Public Extension MethodGetSupplementalMessage
Gets the supplemental message associated with an Exception.
(Defined by ExceptionExtensions.)
Public Extension MethodSetAsDisplayException
Marks the exception as the "display" exception.
(Defined by ExceptionExtensions.)
Public Extension MethodSetDetailsMessage
Sets the details message on an exception object.
(Defined by ExceptionExtensions.)
Public Extension MethodSetErrorCode
Sets the error code on an exception object.
(Defined by ExceptionExtensions.)
Public Extension MethodSetHelpTopicReference
Sets an associated help topic reference on an exception object.
(Defined by ExceptionExtensions.)
Public Extension MethodSetSupplementalMessage
Sets the supplemental message on an exception object.
(Defined by ExceptionExtensions.)
Top
See Also