RRException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
RRException() |
Tworzy nowe wystąpienie klasy RRException. |
RRException(Result) |
Tworzy nowe wystąpienie klasy RRException. |
RRException(Result, String) |
Tworzy nowe wystąpienie klasy RRException. |
RRException(Result, String, String, String) |
Tworzy nowe wystąpienie klasy RRException. |
RRException(Result, String, String, String, Exception) |
Tworzy nowe wystąpienie klasy RRException. |
RRException()
Tworzy nowe wystąpienie klasy RRException.
public:
RRException();
public RRException ();
Public Sub New ()
Dotyczy
RRException(Result)
Tworzy nowe wystąpienie klasy 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)
Parametry
- code
- Result
Kod błędu dla tego wyjątku.
Dotyczy
RRException(Result, String)
Tworzy nowe wystąpienie klasy 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)
Parametry
- code
- Result
Kod błędu dla tego wyjątku.
- message
- String
Komunikat o błędzie zwykłego tekstu dla tego wyjątku.
Dotyczy
RRException(Result, String, String, String)
Tworzy nowe wystąpienie klasy 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)
Parametry
- code
- Result
Kod błędu dla tego wyjątku.
- message
- String
Komunikat o błędzie zwykłego tekstu dla tego wyjątku.
- requestCorrelationVector
- String
Żądaj wektora korelacji dla tego wyjątku.
- responseCorrelationVector
- String
Wektor korelacji odpowiedzi dla tego wyjątku.
Dotyczy
RRException(Result, String, String, String, Exception)
Tworzy nowe wystąpienie klasy 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)
Parametry
- code
- Result
Kod błędu dla tego wyjątku.
- message
- String
Komunikat o błędzie zwykłego tekstu dla tego wyjątku.
- requestCorrelationVector
- String
Żądaj wektora korelacji dla tego wyjątku.
- responseCorrelationVector
- String
Wektor korelacji odpowiedzi dla tego wyjątku.
- inner
- Exception
Wyjątek, który spowodował zgłoszenie tego wyjątku.