次の方法で共有


RemoteInvocationException.ErrorCode プロパティ

定義

応答内のフィールドの error.code 値を取得します。

public int ErrorCode { get; }
member this.ErrorCode : int
Public ReadOnly Property ErrorCode As Integer

プロパティ値

値には任意の整数を指定できます。 この値 InvocationErrorは、サーバーがアプリ固有のエラー コードを提供しない場合にサーバーでスローされる例外に使用される一般的な値です。

適用対象