ExceptionHandlingThrowResult Class

Definition

Specifies the exception handling result when the request from client to service cannot be retried

public sealed class ExceptionHandlingThrowResult : Microsoft.ServiceFabric.Services.Communication.Client.ExceptionHandlingResult
type ExceptionHandlingThrowResult = class
    inherit ExceptionHandlingResult
Public NotInheritable Class ExceptionHandlingThrowResult
Inherits ExceptionHandlingResult
Inheritance
ExceptionHandlingThrowResult

Constructors

Name Description
ExceptionHandlingThrowResult()

Properties

Name Description
ExceptionToThrow

Gets or sets the exception that should be thrown to the client.

Applies to