C# Class Flatwhite.MethodExceptionContext

Represents an exception and the contextual data associated with it when exception was caught.
ファイルを表示 Open project: vanthoainguyen/Flatwhite Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

MethodExceptionContext() public method

Initializes the exception context with current MethodExecutedContext
public MethodExceptionContext ( Exception exception, MethodExecutedContext executedContext ) : System
exception System.Exception
executedContext MethodExecutedContext
return System

MethodExceptionContext() public method

Initializes the exception context with current MethodExecutingContext
public MethodExceptionContext ( Exception exception, MethodExecutingContext executingContext ) : System
exception System.Exception
executingContext MethodExecutingContext
return System