C# Класс Rock.Rest.RockApiExceptionHandler

Наследование: System.Web.Http.ExceptionHandling.ExceptionHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
Handle ( System.Web.Http.ExceptionHandling.ExceptionHandlerContext context ) : void

When overridden in a derived class, handles the exception synchronously.

ShouldHandle ( System.Web.Http.ExceptionHandling.ExceptionHandlerContext context ) : bool

Determines whether the exception should be handled.

Описание методов

Handle() публичный Метод

When overridden in a derived class, handles the exception synchronously.
public Handle ( System.Web.Http.ExceptionHandling.ExceptionHandlerContext context ) : void
context System.Web.Http.ExceptionHandling.ExceptionHandlerContext The exception handler context.
Результат void

ShouldHandle() публичный Метод

Determines whether the exception should be handled.
public ShouldHandle ( System.Web.Http.ExceptionHandling.ExceptionHandlerContext context ) : bool
context System.Web.Http.ExceptionHandling.ExceptionHandlerContext The exception handler context.
Результат bool