共用方式為


RemoteRpcException 類別

定義

接收 JSON-RPC 通訊時所發生之任何例外狀況的基底例外狀況類別。

public abstract class RemoteRpcException : Exception
[System.Serializable]
public abstract class RemoteRpcException : Exception
type RemoteRpcException = class
    inherit Exception
[<System.Serializable>]
type RemoteRpcException = class
    inherit Exception
Public MustInherit Class RemoteRpcException
Inherits Exception
繼承
RemoteRpcException
衍生
屬性

建構函式

RemoteRpcException(SerializationInfo, StreamingContext)

初始化 RemoteRpcException 類別的新執行個體。

RemoteRpcException(String)

初始化 RemoteRpcException 類別的新執行個體。

RemoteRpcException(String, Exception)

初始化 RemoteRpcException 類別的新執行個體。

屬性

DeserializedErrorData

如果提供錯誤回應,則取得或設定 error.data 值。

ErrorCode

取得或設定回應中欄位的值 error.code ,如果有的話。

ErrorData

如果提供錯誤回應,則取得或設定 error.data 值。

方法

GetObjectData(SerializationInfo, StreamingContext)

接收 JSON-RPC 通訊時所發生之任何例外狀況的基底例外狀況類別。

適用於