KeyValueContainsNullException Constructor (String) |
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic KeyValueContainsNullException(
string message
)
Public Sub New (
message As String
)
public:
KeyValueContainsNullException(
String^ message
)
new :
message : string -> KeyValueContainsNullExceptionParameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also