Click or drag to resize
DataComException Constructor (String)
Initializes a new instance of the DataComException class with the specified error message.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public DataComException(
	string message
)

Parameters

message
Type: SystemString
An error message.
See Also