C# Class LinFu.AOP.Cecil.ExceptionHandlerInfo

Represents a class that describes the context of a thrown exception.
Inheritance: IExceptionHandlerInfo
ファイルを表示 Open project: philiplaureano/LinFu

Public Methods

Method Description
ExceptionHandlerInfo ( Exception ex, IInvocationInfo invocationInfo ) : System

Initializes a new instance of the ExceptionHandlerInfo class.

Method Details

ExceptionHandlerInfo() public method

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.
return System