C# Class Appccelerate.EventBroker.Internals.Exceptions.StaticPublisherEventException

An EventBrokerException thrown when a published event is static.
Inheritance: Appccelerate.EventBroker.Exceptions.EventBrokerException
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
StaticPublisherEventException ( EventInfo eventInfo ) : System.Reflection

Initializes a new instance of the StaticPublisherEventException class.

Method Details

StaticPublisherEventException() public method

Initializes a new instance of the StaticPublisherEventException class.
public StaticPublisherEventException ( EventInfo eventInfo ) : System.Reflection
eventInfo System.Reflection.EventInfo The event info.
return System.Reflection