Class UnlistenableEventException
Inheritance
System.Object
UnlistenableEventException
Namespace: Lucene.Net.Support.C5
Assembly: Lucene.Net.dll
Syntax
public class UnlistenableEventException : Exception
Constructors
| Improve this Doc View SourceUnlistenableEventException()
Create a simple exception with no further explanation.
Declaration
public UnlistenableEventException()
UnlistenableEventException(String)
Create the exception with an explanation of the reason.
Declaration
public UnlistenableEventException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message |