Class ErrorExpression
Provides methods and properties for using EmptyExpression.
Inherited Members
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.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ErrorExpression : ConstantExpression<string>, IPrecalculatedExpressionThreeNode
Properties
Exception
Gets the exception.
Declaration
public Exception Exception { get; }
Property Value
System.Exception
The exception. |
Message
Gets the message.
Declaration
public string Message { get; }
Property Value
System.String
The message. |