C# 클래스 LinFu.AOP.Cecil.ExceptionHandlerInfo

Represents a class that describes the context of a thrown exception.
상속: IExceptionHandlerInfo
파일 보기 프로젝트 열기: philiplaureano/LinFu

공개 메소드들

메소드 설명
ExceptionHandlerInfo ( Exception ex, IInvocationInfo invocationInfo ) : System

Initializes a new instance of the ExceptionHandlerInfo class.

메소드 상세

ExceptionHandlerInfo() 공개 메소드

Initializes a new instance of the ExceptionHandlerInfo class.
public ExceptionHandlerInfo ( Exception ex, IInvocationInfo invocationInfo ) : System
ex System.Exception The thrown exception.
invocationInfo IInvocationInfo The instance that describes the context of the method call.
리턴 System