ExtractionCursor ErrorMessage Property C# API
Gets or sets the error message that was set for an unsuccessful extract.

Namespace: Facilita.Native
Assembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string ErrorMessage { get; set; }

Field Value

The error message that was set for an unsuccessful extract.
See Also