C# Class C5.UnlistenableEventException

Inheritance: System.Exception
Show file Open project: sestoft/C5

Public Methods

Method Description
UnlistenableEventException ( ) : System

Create a simple exception with no further explanation.

UnlistenableEventException ( string message ) : System

Create the exception with an explanation of the reason.

Method Details

UnlistenableEventException() public method

Create a simple exception with no further explanation.
public UnlistenableEventException ( ) : System
return System

UnlistenableEventException() public method

Create the exception with an explanation of the reason.
public UnlistenableEventException ( string message ) : System
message string
return System