Class FakeIOException
Use this when throwing fake IOException, e.g. from Failure.
Implements
Inherited Members
Namespace: Lucene.Net.Store
Assembly: Lucene.Net.TestFramework.dll
Syntax
[Serializable]
public class FakeIOException : IOException, ISerializable
Constructors
FakeIOException()
Use this when throwing fake IOException, e.g. from Failure.
Declaration
public FakeIOException()