Click or drag to resize
DataComException Class
Represents a Data.com REST API exception.
Inheritance Hierarchy

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public sealed class DataComException : Exception

The DataComException type exposes the following members.

Constructors
  NameDescription
Public methodDataComException
Initializes a new instance of the DataComException class.
Public methodDataComException(String)
Initializes a new instance of the DataComException class with the specified error message.
Public methodDataComException(String, IEnumerableError)
Initializes a new instance of the DataComException class with the specified error message and Data.com REST API errors.
Public methodDataComException(String, Exception)
Initializes a new instance of the DataComException class with the specified error message and inner exception.
Public methodDataComException(String, IEnumerableError, Exception)
Initializes a new instance of the DataComException class with the specified error message, Data.com REST API errors and inner exception.
Top
Properties
  NameDescription
Public propertyErrors
Gets an enumerable collection of Data.com REST API errors.
Top
Methods
  NameDescription
Public methodGetObjectData
Stores the object state into the specified serialization context.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also