Table of Contents

Constructor ApiCallFailedException

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

ApiCallFailedException(ApiResponseCode, string, string)

Initializes a new instance of the ApiCallFailedException class.

public ApiCallFailedException(ApiResponseCode responseCode, string endpoint, string message)

Parameters

responseCode ApiResponseCode

The response code indicating the failure reason.

endpoint string

The API endpoint that was called.

message string

The error message.