1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Scaling.Events
  6. /
  7. ErrorOccurredEventArgs

ErrorOccurredEventArgs

ErrorOccurredEventArgs class

Represents arguments for the event of an error occurs in one of the nodes of the search network.

public class ErrorOccurredEventArgs : EventArgs

Properties

Name Description
Message { get; } Gets the error message.
NodeIndex { get; } Gets the index of the search network node.
ServiceIndex { get; } Gets the index of the search network node service.

See Also