C# Class AppVeyor.UI.Aspects.HandleException

Inheritance: OnMethodBoundaryAspect
Show file Open project: onlyutkarsh/AppVeyorExtension

Public Methods

Method Description
HandleException ( bool isAsync = true ) : System
OnException ( MethodExecutionArgs args ) : void

Method Details

HandleException() public method

public HandleException ( bool isAsync = true ) : System
isAsync bool
return System

OnException() public method

public OnException ( MethodExecutionArgs args ) : void
args MethodExecutionArgs
return void