DataComException Constructor (String, IEnumerable Error )Kentico 8.1 API Reference
Initializes a new instance of the DataComException class with the specified error message and Data.com REST API errors.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

message
Type: OnlineSystem String
An error message.
errors
Type: OnlineSystem.Collections.Generic IEnumerable Error 
An enumerable collection of Data.com REST API errors.
See Also