RRException Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
RRException() |
Vytvoří novou instanci třídy RRException. |
RRException(Result) |
Vytvoří novou instanci třídy RRException. |
RRException(Result, String) |
Vytvoří novou instanci třídy RRException. |
RRException(Result, String, String, String) |
Vytvoří novou instanci třídy RRException. |
RRException(Result, String, String, String, Exception) |
Vytvoří novou instanci třídy RRException. |
RRException()
Vytvoří novou instanci třídy RRException.
public:
RRException();
public RRException ();
Public Sub New ()
Platí pro
RRException(Result)
Vytvoří novou instanci třídy 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
Kód chyby pro tuto výjimku
Platí pro
RRException(Result, String)
Vytvoří novou instanci třídy 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
Kód chyby pro tuto výjimku
- message
- String
Chybová zpráva pro tuto výjimku ve formátu prostého textu
Platí pro
RRException(Result, String, String, String)
Vytvoří novou instanci třídy 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
Kód chyby pro tuto výjimku
- message
- String
Chybová zpráva pro tuto výjimku ve formátu prostého textu
- requestCorrelationVector
- String
Vyžádejte si vektor korelace pro tuto výjimku.
- responseCorrelationVector
- String
Vektor korelace odpovědi pro tuto výjimku
Platí pro
RRException(Result, String, String, String, Exception)
Vytvoří novou instanci třídy 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
Kód chyby pro tuto výjimku
- message
- String
Chybová zpráva pro tuto výjimku ve formátu prostého textu
- requestCorrelationVector
- String
Vyžádejte si vektor korelace pro tuto výjimku.
- responseCorrelationVector
- String
Vektor korelace odpovědi pro tuto výjimku
- inner
- Exception
Výjimka, která způsobila vyvolání této výjimky