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
Exibir arquivo 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