Class MergePolicy.MergeException
Exception thrown if there are any problems while executing a merge.
Inheritance
System.Object
System.Exception
MergePolicy.MergeException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public class MergeException : Exception
Constructors
| Improve this Doc View SourceMergeException(Exception, Directory)
Create a MergePolicy.MergeException.
Declaration
public MergeException(Exception exc, Directory dir)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | exc | |
Directory | dir |
MergeException(String, Directory)
Create a MergePolicy.MergeException.
Declaration
public MergeException(string message, Directory dir)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Directory | dir |
Properties
| Improve this Doc View SourceDirectory
Returns the Directory of the index that hit the exception.
Declaration
public virtual Directory Directory { get; }
Property Value
Type | Description |
---|---|
Directory |