ConnectorException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |