CleanException Constructor (String) | 
  
    Namespace: 
   Dundas.BI.WebApi
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic CleanException(
	string? message
)
Public Sub New ( 
	message As String
)
public:
CleanException(
	String^ message
)
new : 
        message : string -> CleanExceptionParameters
- message
 - Type: SystemString
The message that describes the error. 
See Also