IndexErrorEventArgs

IndexErrorEventArgs class

Represents arguments for the event of index error occurred.

public class IndexErrorEventArgs : BaseIndexEventArgs

Properties

Name Description
IndexFolder { get; } Gets the index folder.
IndexId { get; } Gets the index ID.
IsCritical { get; } Gets a flag indicating that the error occurred is critical and the index should be restarted.
Message { get; } Gets the error message.
Status { get; } Gets the index status.
Time { get; } Gets the time of an event.

Remarks

Learn more

See Also