[Missing <summary> documentation for "T:Lucene.Net.Index.MergePolicy.MergeAbortedException"]

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[SerializableAttribute]
public class MergeAbortedException : IOException
Visual Basic
<SerializableAttribute> _
Public Class MergeAbortedException _
	Inherits IOException
Visual C++
[SerializableAttribute]
public ref class MergeAbortedException : public IOException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..SystemException
      System.IO..::..IOException
        Lucene.Net.Index..::..MergePolicy..::..MergeAbortedException

See Also