C# 클래스 Flatwhite.MethodExceptionContext

Represents an exception and the contextual data associated with it when exception was caught.
파일 보기 프로젝트 열기: vanthoainguyen/Flatwhite 1 사용 예제들

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