Click or drag to resize

DocumentResultErrorStackTrace Property

Exception stack trace that is only set if ResultErrorMessage is due to caught internal exception.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string ResultErrorStackTrace { get; set; }

Property Value

String
Remarks
This property is only set when Result is not set to Ok and an internal exception was caught.
See Also