ConnectorException(String, String, Int32, String) Constructor
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.
Initializes a new instance of the ConnectorException class.
public ConnectorException(string connectorName, string operation, int statusCode, string? responseBody);
new Azure.Connectors.Sdk.ConnectorException : string * string * int * string -> Azure.Connectors.Sdk.ConnectorException
Public Sub New (connectorName As String, operation As String, statusCode As Integer, responseBody As String)
Parameters
- connectorName
- String
The connector name (e.g., "office365").
- operation
- String
The operation that failed (e.g., "POST /Mail").
- statusCode
- Int32
The HTTP status code.
- responseBody
- String
The response body from the connector service, or null if unavailable.