Keyoti SearchUnit API Docs
exceptionThresholds Property
API DocumentationKeyoti.SearchEngineConfigurationexceptionThresholds
Keyoti SearchUnit v6
Contains exception thresholds.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[ObsoleteAttribute("Please use Configuration.DataAccessExceptionsThreshold and Configuration.ReaderExceptionsThreshold instead.", 
	true)]
public NameValueCollection exceptionThresholds { get; set; }
[ObsoleteAttribute("Please use Configuration.DataAccessExceptionsThreshold and Configuration.ReaderExceptionsThreshold instead.", 
	true)]
public NameValueCollection exceptionThresholds { get; set; }
<ObsoleteAttribute("Please use Configuration.DataAccessExceptionsThreshold and Configuration.ReaderExceptionsThreshold instead.", 
	true)> 
Public Property exceptionThresholds As NameValueCollection
	Get
	Set
<ObsoleteAttribute("Please use Configuration.DataAccessExceptionsThreshold and Configuration.ReaderExceptionsThreshold instead.", 
	true)> 
Public Property exceptionThresholds As NameValueCollection
	Get
	Set
public:
[ObsoleteAttribute(L"Please use Configuration.DataAccessExceptionsThreshold and Configuration.ReaderExceptionsThreshold instead.", 
	true)]
property NameValueCollection^ exceptionThresholds {
	NameValueCollection^ get ();
	void set (NameValueCollection^ value);
}
public:
[ObsoleteAttribute(L"Please use Configuration.DataAccessExceptionsThreshold and Configuration.ReaderExceptionsThreshold instead.", 
	true)]
property NameValueCollection^ exceptionThresholds {
	NameValueCollection^ get ();
	void set (NameValueCollection^ value);
}
[<ObsoleteAttribute("Please use Configuration.DataAccessExceptionsThreshold and Configuration.ReaderExceptionsThreshold instead.", 
	true)>]
member exceptionThresholds : NameValueCollection with get, set
[<ObsoleteAttribute("Please use Configuration.DataAccessExceptionsThreshold and Configuration.ReaderExceptionsThreshold instead.", 
	true)>]
member exceptionThresholds : NameValueCollection with get, set
Property Value
Remarks
Possible names are; "dataAccessExceptionsThreshold" specifies the number of data access related exceptions that will be tolerated during crawling/indexing. "readerExceptionsThreshold" specifies the number of 'reader' related exceptions (ie WebExceptions) that will be tolerated during crawling/indexing. Values are Int32 objects.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120