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