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: 10.0.0
Syntax public DataComException(
string message
)
Parameters
- message
- Type: SystemString
An error message.
See Also