UnknownOrUnsupportedDataTypeException Constructor (String) |
Initializes a new instance of the UnknownOrUnsupportedDataTypeException class
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public UnknownOrUnsupportedDataTypeException(
string message
)
Public Sub New (
message As String
)
public:
UnknownOrUnsupportedDataTypeException(
String^ message
)
Parameters
- message
- Type: SystemString
The message that describes the error
See Also