DataComException Constructor (String, IEnumerable<Error>, Exception)Kentico 8.1 API Reference
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: 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.
innerException
Type: OnlineSystem.Exception
An inner exception.
See Also