UnsupportedDataTypeException Constructor (String) |
Initializes a new instance of the UnsupportedDataTypeException class
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic UnsupportedDataTypeException(
string message
)
Public Sub New (
message As String
)
public:
UnsupportedDataTypeException(
String^ message
)
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception
See Also