Delegate CRUDClient<TSelf>.ExceptionHandler
- Namespace
- Glitch9.IO.Networking.RESTApi
Delegate for handling exceptions that occur during an API request.
public delegate void CRUDClient<TSelf>.ExceptionHandler(string endpoint, Exception exception)
Parameters
endpointstring- Delegate for handling exceptions that occur during an API request.
exceptionExceptionThe exception that occurred.
- Extension Methods