Bewerken

Delen via


IRestExceptionDecoder Interface

Definition

Interface to be optionally implemented by storage to return richer exception details. TODO: Remove this interface. Move to decorator pattern for monitoring purposes. - jbragg

public interface IRestExceptionDecoder
type IRestExceptionDecoder = interface
Public Interface IRestExceptionDecoder
Derived

Methods

DecodeException(Exception, HttpStatusCode, String, Boolean)

Decode details of the exception.

Applies to