ExceptionHelperCleanException Method

Given an original exception, cleans the exception to remove the stack trace if applicable.

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

Parameters

originalException
Type: SystemException
The original exception to clean.

Return Value

Type: Exception
The cleaned exception, or the original exception given, if any.
See Also