DataComException Constructor Kentico 8.1 API Reference
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, IEnumerable Error )
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, IEnumerable Error , Exception)
Initializes a new instance of the DataComException class with the specified error message, Data.com REST API errors and inner exception.
Back to Top
See Also