Class FormExpressionEvaluationException
An error resulting from the evaluation of an Arcade expression on behalf of a call to EvaluateExpressionsAsync().
Inheritance
System.Object
System.Exception
FormExpressionEvaluationException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Mapping.FeatureForms
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FormExpressionEvaluationException : ArcGISRuntimeException, ISerializable, _Exception
Remarks
This object represents an error encountered during the evaluation of the named expression.
Properties
Name | Description |
---|---|
ExpressionName | Gets the name of the Arcade Expression whose evaluation encountered the error. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.4 - 200.5 |
.NET | 200.4 - 200.5 |
.NET Windows | 200.4 - 200.5 |
.NET Android | 200.4 - 200.5 |
.NET iOS | 200.4 - 200.5 |
.NET Framework | 200.4 - 200.5 |
UWP | 200.4 - 200.5 |