CleanExceptionCreate Method |
Creates a clean version of the specified exception.
Namespace:
Dundas.BI.WebApi
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
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| Exception | Condition |
|---|
| ArgumentNullException | originalException is . |
See Also