Table of Contents

Delegate CRUDClient<TSelf>.ExceptionHandler

Delegate for handling exceptions that occur during an API request.

public delegate void CRUDClient<TSelf>.ExceptionHandler(string endpoint, Exception exception)

Parameters

endpoint string
Delegate for handling exceptions that occur during an API request.
exception Exception

The exception that occurred.

Extension Methods