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