Edit

Share via


ExceptionResponse Class

Definition

A Response which represents an exception, a broken promise.

[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class ExceptionResponse : Orleans.Serialization.Invocation.Response
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type ExceptionResponse = class
    inherit Response
Public NotInheritable Class ExceptionResponse
Inherits Response
Inheritance
ExceptionResponse
Attributes

Constructors

ExceptionResponse()

Properties

Exception System.Object.Exception
Result System.Object.Result

Methods

Dispose() System.Object.Dispose
GetResult<T>() System.Object.GetResult``1
GetSimpleResultType() (Inherited from Response)
ToString()

Returns a string that represents the current object.

Extension Methods

ThrowIfExceptionResponse(Response)

Applies to