ExceptionResponse Class
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.
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
- 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) |