Class ParseErrorField
Represents a field that could not be parsed due to malformed field code syntax.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public sealed class ParseErrorField : Field
Properties
ErrorMessage
Gets the error message describing why the field code could not be parsed.
Declaration
public string ErrorMessage { get; }
Property Value
|
System.String
The error message. |