Skip to content

ExceptionResponse Properties

A Response which represents an exception, a broken promise.

Exception

overridegetset
View source
[Orleans.Id(0)]
public override Exception? Exception
Gets or sets the exception represented by this response.

Result

overridegetset
View source
public override object? Result
Gets or sets the untyped result value.