C# Class Concordion.Api.Listener.ExceptionCaughtEvent

Show file Open project: concordion/concordion-net Class Usage Examples

Public Methods

Method Description
ExceptionCaughtEvent ( Exception exception, Element element, string expression ) : System

Method Details

ExceptionCaughtEvent() public method

public ExceptionCaughtEvent ( Exception exception, Element element, string expression ) : System
exception System.Exception
element Element
expression string
return System