AIContextProvider.InvokedContext.InvokeException Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.