C# Class Crow.Library.Aspects.Attributes.HandleErrorAttribute

Inheritance: AspectAttributeBase
Show file Open project: msusur/Crowfx

Public Methods

Method Description
HandleErrorAttribute ( ) : System

Initializes a new instance of the HandleErrorAttribute.

Private Methods

Method Description
HandleError ( IMethodInvocationContext context ) : void

Method Details

HandleErrorAttribute() public method

Initializes a new instance of the HandleErrorAttribute.
public HandleErrorAttribute ( ) : System
return System