CleanException Constructor (Exception) | 
  
    Namespace: 
   Dundas.BI.WebApi
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic CleanException(
	Exception originalException
)
Public Sub New ( 
	originalException As Exception
)
public:
CleanException(
	Exception^ originalException
)
new : 
        originalException : Exception -> CleanExceptionParameters
- originalException
 - Type: SystemException
The original exception that caused the error. 
Exceptions
See Also