C# Класс Flatwhite.MethodExceptionContext

Represents an exception and the contextual data associated with it when exception was caught.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
MethodExceptionContext ( Exception exception, MethodExecutedContext executedContext ) : System

Initializes the exception context with current MethodExecutedContext

MethodExceptionContext ( Exception exception, MethodExecutingContext executingContext ) : System

Initializes the exception context with current MethodExecutingContext

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

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

Initializes the exception context with current MethodExecutedContext
public MethodExceptionContext ( Exception exception, MethodExecutedContext executedContext ) : System
exception System.Exception
executedContext MethodExecutedContext
Результат System

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

Initializes the exception context with current MethodExecutingContext
public MethodExceptionContext ( Exception exception, MethodExecutingContext executingContext ) : System
exception System.Exception
executingContext MethodExecutingContext
Результат System