CleanExceptionCreate 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.3.0.1000)
Syntaxpublic static Exception Create(
	Exception originalException
)
Public Shared Function Create ( 
	originalException As Exception
) As Exception
public:
static Exception^ Create(
	Exception^ originalException
)
static member Create : 
        originalException : Exception -> Exception 
Parameters
- originalException
 - Type: SystemException
The original exception. 
Return Value
Type: 
ExceptionA clean version of the specified exception.
Exceptions
See Also