言語

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)

適用対象

こちらもご覧ください