Open this page in the API Guide

CleanException.Create Method

Creates a clean version of the specified exception.

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public static Exception Create(
	Exception originalException
)

Parameters

originalException
Type: System.Exception
The original exception.

Return Value

Type: Exception
A clean version of the specified exception.
Exceptions
ExceptionCondition
ArgumentNullExceptionoriginalException is null.
See Also