RemoteRpcException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RemoteRpcException(String) |
RemoteRpcException クラスの新しいインスタンスを初期化します。 |
RemoteRpcException(SerializationInfo, StreamingContext) |
RemoteRpcException クラスの新しいインスタンスを初期化します。 |
RemoteRpcException(String, Exception) |
RemoteRpcException クラスの新しいインスタンスを初期化します。 |
RemoteRpcException(String)
RemoteRpcException クラスの新しいインスタンスを初期化します。
protected RemoteRpcException (string message);
protected RemoteRpcException (string? message);
new StreamJsonRpc.RemoteRpcException : string -> StreamJsonRpc.RemoteRpcException
Protected Sub New (message As String)
パラメーター
- message
- String
エラーを説明するメッセージ。
適用対象
RemoteRpcException(SerializationInfo, StreamingContext)
RemoteRpcException クラスの新しいインスタンスを初期化します。
protected RemoteRpcException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new StreamJsonRpc.RemoteRpcException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> StreamJsonRpc.RemoteRpcException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
シリアル化情報。
- context
- StreamingContext
ストリーミング コンテキスト。
適用対象
RemoteRpcException(String, Exception)
RemoteRpcException クラスの新しいインスタンスを初期化します。
protected RemoteRpcException (string message, Exception innerException);
protected RemoteRpcException (string? message, Exception? innerException);
new StreamJsonRpc.RemoteRpcException : string * Exception -> StreamJsonRpc.RemoteRpcException
Protected Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
例外の原因を説明するエラー メッセージ。
- innerException
- Exception
現在の例外の原因である例外、または内部例外を指定しない場合は null 参照 (Visual Basic では Nothing) です。