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