ClassParseErrorField
Class
Represents a field that could not be parsed due to malformed field code syntax.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Fields
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public sealed class ParseErrorField : Field
Inheritance: objectFieldParseErrorField
Inherited Members
Properties
ErrorMessage
Gets the error message describing why the field code could not be parsed.
Declaration
cs-api-definition
public string ErrorMessage { get; }
Property Value
The error message.