RemoteInvocationException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サーバー ターゲット メソッドが例外をスローしたことを示すリモート RPC 例外。
public class RemoteInvocationException : StreamJsonRpc.RemoteRpcException
[System.Serializable]
public class RemoteInvocationException : StreamJsonRpc.RemoteRpcException
type RemoteInvocationException = class
inherit RemoteRpcException
[<System.Serializable>]
type RemoteInvocationException = class
inherit RemoteRpcException
Public Class RemoteInvocationException
Inherits RemoteRpcException
- 継承
- 属性
注釈
ターゲット メソッドの例外の詳細については、 ErrorCode と ErrorData のプロパティを参照してください。
コンストラクター
| 名前 | 説明 |
|---|---|
| RemoteInvocationException(SerializationInfo, StreamingContext) |
RemoteInvocationException クラスの新しいインスタンスを初期化します。 |
| RemoteInvocationException(String, Int32, Exception) |
RemoteInvocationException クラスの新しいインスタンスを初期化します。 |
| RemoteInvocationException(String, Int32, Object, Object) |
RemoteInvocationException クラスの新しいインスタンスを初期化します。 |
| RemoteInvocationException(String, Int32, Object) |
RemoteInvocationException クラスの新しいインスタンスを初期化します。 |
| RemoteInvocationException(String, String, String, JToken) |
RemoteInvocationException クラスの新しいインスタンスを初期化します。 |
| RemoteInvocationException(String, String, String) |
RemoteInvocationException クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| DeserializedErrorData |
エラー応答の |
| ErrorCode |
応答の |
| ErrorData |
エラー応答の |
| RemoteErrorCode |
応答内の |
| RemoteStackTrace |
応答内の |
メソッド
| 名前 | 説明 |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
サーバー ターゲット メソッドが例外をスローしたことを示すリモート RPC 例外。 |
| GetObjectData(SerializationInfo, StreamingContext) |
サーバー ターゲット メソッドが例外をスローしたことを示すリモート RPC 例外。 (継承元 RemoteRpcException) |
| ToString() |
サーバー ターゲット メソッドが例外をスローしたことを示すリモート RPC 例外。 |