Share via


AIContextProvider.InvokedContext.InvokeException Property

Definition

Gets the Exception that was thrown during the invocation, if the invocation failed.

public Exception? InvokeException { get; }
member this.InvokeException : Exception
Public ReadOnly Property InvokeException As Exception

Property Value

The exception that caused the invocation to fail, or null if the invocation succeeded.

Applies to