次の方法で共有


BadRpcHeaderException クラス

定義

逆シリアル化されたメッセージに不適切なヘッダーがある場合にスローされる例外。

public class BadRpcHeaderException : StreamJsonRpc.RemoteRpcException
[System.Serializable]
public class BadRpcHeaderException : StreamJsonRpc.RemoteRpcException
type BadRpcHeaderException = class
    inherit RemoteRpcException
[<System.Serializable>]
type BadRpcHeaderException = class
    inherit RemoteRpcException
Public Class BadRpcHeaderException
Inherits RemoteRpcException
継承
BadRpcHeaderException
属性

コンストラクター

BadRpcHeaderException(SerializationInfo, StreamingContext)

BadRpcHeaderException クラスの新しいインスタンスを初期化します。

BadRpcHeaderException(String, Exception)

BadRpcHeaderException クラスの新しいインスタンスを初期化します。

BadRpcHeaderException(String)

BadRpcHeaderException クラスの新しいインスタンスを初期化します。

プロパティ

DeserializedErrorData

エラー応答の値が error.data 指定されている場合は、値を取得または設定します。

(継承元 RemoteRpcException)
ErrorCode

応答内のフィールドの値 ( error.code 使用可能な場合) を取得または設定します。

(継承元 RemoteRpcException)
ErrorData

エラー応答の値が error.data 指定されている場合は、値を取得または設定します。

(継承元 RemoteRpcException)

メソッド

GetObjectData(SerializationInfo, StreamingContext)

逆シリアル化されたメッセージに不適切なヘッダーがある場合にスローされる例外。

(継承元 RemoteRpcException)

適用対象

こちらもご覧ください