DataComException Constructor (String) |
Initializes a new instance of the DataComException class with the specified error message.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public DataComException(
string message
)
Parameters
- message
- Type: SystemString
An error message.
See Also