Redagować

Udostępnij przez


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

Name Description
ExceptionResponse()

Properties

Name Description
Exception
Result

Methods

Name Description
Dispose()
GetResult<T>()
GetSimpleResultType() (Inherited from Response)
ToString()

Returns a string that represents the current object.

Extension Methods

Name Description
ThrowIfExceptionResponse(Response)

Applies to