RRException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RRException() |
RRException クラスの新しいインスタンスを作成します。 |
RRException(Result) |
RRException クラスの新しいインスタンスを作成します。 |
RRException(Result, String) |
RRException クラスの新しいインスタンスを作成します。 |
RRException(Result, String, String, String) |
RRException クラスの新しいインスタンスを作成します。 |
RRException(Result, String, String, String, Exception) |
RRException クラスの新しいインスタンスを作成します。 |
RRException()
RRException クラスの新しいインスタンスを作成します。
public:
RRException();
public RRException ();
Public Sub New ()
適用対象
RRException(Result)
RRException クラスの新しいインスタンスを作成します。
public:
RRException(Microsoft::Azure::RemoteRendering::Result code);
public RRException (Microsoft.Azure.RemoteRendering.Result code);
new Microsoft.Azure.RemoteRendering.RRException : Microsoft.Azure.RemoteRendering.Result -> Microsoft.Azure.RemoteRendering.RRException
Public Sub New (code As Result)
パラメーター
- code
- Result
この例外のエラー コード。
適用対象
RRException(Result, String)
RRException クラスの新しいインスタンスを作成します。
public:
RRException(Microsoft::Azure::RemoteRendering::Result code, System::String ^ message);
public RRException (Microsoft.Azure.RemoteRendering.Result code, string message);
new Microsoft.Azure.RemoteRendering.RRException : Microsoft.Azure.RemoteRendering.Result * string -> Microsoft.Azure.RemoteRendering.RRException
Public Sub New (code As Result, message As String)
パラメーター
- code
- Result
この例外のエラー コード。
- message
- String
この例外のプレーンテキスト エラー メッセージ。
適用対象
RRException(Result, String, String, String)
RRException クラスの新しいインスタンスを作成します。
public:
RRException(Microsoft::Azure::RemoteRendering::Result code, System::String ^ message, System::String ^ requestCorrelationVector, System::String ^ responseCorrelationVector);
public RRException (Microsoft.Azure.RemoteRendering.Result code, string message, string requestCorrelationVector, string responseCorrelationVector);
new Microsoft.Azure.RemoteRendering.RRException : Microsoft.Azure.RemoteRendering.Result * string * string * string -> Microsoft.Azure.RemoteRendering.RRException
Public Sub New (code As Result, message As String, requestCorrelationVector As String, responseCorrelationVector As String)
パラメーター
- code
- Result
この例外のエラー コード。
- message
- String
この例外のプレーンテキスト エラー メッセージ。
- requestCorrelationVector
- String
この例外の相関ベクトルを要求します。
- responseCorrelationVector
- String
この例外の応答相関ベクトル。
適用対象
RRException(Result, String, String, String, Exception)
RRException クラスの新しいインスタンスを作成します。
public:
RRException(Microsoft::Azure::RemoteRendering::Result code, System::String ^ message, System::String ^ requestCorrelationVector, System::String ^ responseCorrelationVector, Exception ^ inner);
public RRException (Microsoft.Azure.RemoteRendering.Result code, string message, string requestCorrelationVector, string responseCorrelationVector, Exception inner);
new Microsoft.Azure.RemoteRendering.RRException : Microsoft.Azure.RemoteRendering.Result * string * string * string * Exception -> Microsoft.Azure.RemoteRendering.RRException
Public Sub New (code As Result, message As String, requestCorrelationVector As String, responseCorrelationVector As String, inner As Exception)
パラメーター
- code
- Result
この例外のエラー コード。
- message
- String
この例外のプレーンテキスト エラー メッセージ。
- requestCorrelationVector
- String
この例外の相関ベクトルを要求します。
- responseCorrelationVector
- String
この例外の応答相関ベクトル。
- inner
- Exception
スローされるこの例外の原因となった例外。