次の方法で共有


ExceptionHandlingThrowResult クラス

定義

クライアントからサービスへの要求を再試行できない場合の例外処理結果を指定します

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

コンストラクター

ExceptionHandlingThrowResult()

クライアントからサービスへの要求を再試行できない場合の例外処理結果を指定します

プロパティ

ExceptionToThrow

クライアントにスローする必要がある例外を取得または設定します。

適用対象