CleanException Constructor (String) |
Namespace:
Dundas.BI.WebApi
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
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