Class
ErrorExpression

Constant expression representing a formula error with an error value, message, and optional exception. Use this to propagate errors through formula calculations.

Definition

Properties

Exception

The underlying exception that caused this error, if any.

Declaration

cs-api-definition
public Exception Exception { get; }

Property Value

Exception

The exception.

Message

The human-readable error message describing what went wrong.

Declaration

cs-api-definition
public string Message { get; }

Property Value

string

The message.

In this article
DefinitionPropertiesExceptionMessage
Not finding the help you need?
Contact Support