Class ParseErrorField
Represents an instance of ParseErrorField.
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.
Declaration
public string ErrorMessage { get; }
Property Value
System.String
The error message. |