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.Exception.GetBaseException()
    
    
      System.Exception.GetType()
    
    
      System.Exception.ToString()
    
    
      System.Exception.Data
    
    
      System.Exception.HelpLink
    
    
      System.Exception.HResult
    
    
      System.Exception.InnerException
    
    
      System.Exception.Message
    
    
      System.Exception.Source
    
    
      System.Exception.StackTrace
    
    
      System.Exception.TargetSite
    
    
      System.Exception.SerializeObjectState
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Esri.ArcGISRuntime.Mapping.FeatureForms
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FormExpressionEvaluationException : ArcGISRuntimeException, ISerializableRemarks
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.8 | 
| .NET | 200.4 - 200.8 | 
| .NET Windows | 200.4 - 200.8 | 
| .NET Android | 200.4 - 200.8 | 
| .NET iOS | 200.4 - 200.8 | 
| .NET Framework | 200.4 - 200.8 | 
| UWP | 200.4 - 200.8 |