Table of Contents

Delegate ExceptionFactory

Namespace
BoldSign.Api
Assembly
BoldSign.Api.dll

A delegate to ExceptionFactory method

public delegate Exception ExceptionFactory(string methodName, HttpResponseMessage response)

Parameters

methodName string

Method name

response HttpResponseMessage

Response

Returns

Exception

Exceptions