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(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
導致擲回此例外狀況的例外狀況。