Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Lucene
Net
Util
ThreadInterruptedException
C# Class Lucene.Net.Util.ThreadInterruptedException
Thrown by lucene on detecting that Thread.interrupt() had been called. Unlike Java's InterruptedException, this exception is not checked..
Inheritance:
System.Exception
Datei anzeigen
Open project: paulirwin/lucene.net
Class Usage Examples
Public Methods
Method
Description
ThreadInterruptedException
(
Exception
ie
) :
System
Method Details
ThreadInterruptedException()
public
method
public
ThreadInterruptedException
(
Exception
ie
) :
System
ie
System.Exception
return
System