ConnectorException Class

Definition

Exception thrown when a connector API operation fails. Inherits from RequestFailedException so that consumers can catch all Azure SDK HTTP errors (including connector errors) with a single catch block.

public class ConnectorException : Azure.RequestFailedException
type ConnectorException = class
    inherit RequestFailedException
Public Class ConnectorException
Inherits RequestFailedException
Inheritance
ConnectorException

Constructors

Name Description
ConnectorException(String, String, Int32, String)

Initializes a new instance of the ConnectorException class.

Properties

Name Description
ConnectorName

Gets the connector name.

Operation

Gets the operation that failed.

ResponseBody

Gets the response body, or Empty if unavailable.

Applies to