Initializes a new instance of the MergePolicy..::..MergeException class

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

Syntax

C#
public MergeException(
	Exception exc,
	Directory dir
)
Visual Basic
Public Sub New ( _
	exc As Exception, _
	dir As Directory _
)
Visual C++
public:
MergeException(
	Exception^ exc, 
	Directory^ dir
)

Parameters

exc
Type: System..::..Exception

[Missing <param name="exc"/> documentation for "M:Lucene.Net.Index.MergePolicy.MergeException.#ctor(System.Exception,Lucene.Net.Store.Directory)"]

dir
Type: Lucene.Net.Store..::..Directory

[Missing <param name="dir"/> documentation for "M:Lucene.Net.Index.MergePolicy.MergeException.#ctor(System.Exception,Lucene.Net.Store.Directory)"]

See Also