CleanException Constructor (Exception)

Initializes a new instance of the CleanException class.

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public CleanException(
	Exception originalException
)

Parameters

originalException
Type: SystemException
The original exception that caused the error.
Exceptions
ExceptionCondition
ArgumentNullExceptionoriginalException is .
See Also