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
- 継承
- 属性
注釈
ターゲット メソッドの例外の詳細については、 プロパティと ErrorData プロパティをErrorCode参照してください。
コンストラクター
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 |
エラー応答の |
DeserializedErrorData |
エラー応答の値が |
ErrorCode |
応答のフィールドの |
ErrorCode |
応答内のフィールドの値 ( |
ErrorData |
エラー応答の |
ErrorData |
エラー応答の値が |
RemoteErrorCode |
応答内のフィールドの値を |
RemoteStackTrace |
応答内のフィールドの |
メソッド
GetObjectData(SerializationInfo, StreamingContext) |
サーバー ターゲット メソッドが例外をスローしたことを示すリモート RPC 例外。 |
GetObjectData(SerializationInfo, StreamingContext) |
サーバー ターゲット メソッドが例外をスローしたことを示すリモート RPC 例外。 (継承元 RemoteRpcException) |
ToString() |
サーバー ターゲット メソッドが例外をスローしたことを示すリモート RPC 例外。 |