Click or drag to resize
DataComException Constructor
Overload List
  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
See Also