Click or drag to resize
DataComException Constructor (String, IEnumerableError, Exception)
Initializes a new instance of the DataComException class with the specified error message, Data.com REST API errors and inner exception.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public DataComException(
	string message,
	IEnumerable<Error> errors,
	Exception innerException
)

Parameters

message
Type: SystemString
An error message.
errors
Type: System.Collections.GenericIEnumerableError
An enumerable collection of Data.com REST API errors.
innerException
Type: SystemException
An inner exception.
See Also