Skip to content

ExceptionResponse

class

Namespace: Orleans.Serialization.Invocation

A Response which represents an exception, a broken promise.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class ExceptionResponse : Response

Constructors

Properties

  • Exception Gets or sets the exception represented by this response.
  • Result Gets or sets the untyped result value.

Methods

  • DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
  • GetResult Gets the result as the specified type.
  • ToStringReturns a string that represents the current object.