DocumentTaskEngineIsolateCorruptDocument Property |
RESERVED - DO NOT USE OR SET PROPERTY. Reserved for internal testing.
Namespace: OpenDiscoverSDK.PlatformAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic bool IsolateCorruptDocument { get; set; }Property Value
Boolean
Remarks
This mode degrades performance significantly, ONLY use when trying to isolate a corrupt document that crashed the
DocumentTaskEngine.
DebugLogging must be set to true, and this property set to true in order
to trap a corrupt document that threw an uncatchable exception such as stack overflow exception.
See Also