Dela via


RRException Konstruktorer

Definition

Överlagringar

RRException()

Skapar en ny instans av RRException klassen.

RRException(Result)

Skapar en ny instans av RRException klassen.

RRException(Result, String)

Skapar en ny instans av RRException klassen.

RRException(Result, String, String, String)

Skapar en ny instans av RRException klassen.

RRException(Result, String, String, String, Exception)

Skapar en ny instans av RRException klassen.

RRException()

Skapar en ny instans av RRException klassen.

public:
 RRException();
public RRException ();
Public Sub New ()

Gäller för

RRException(Result)

Skapar en ny instans av RRException klassen.

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)

Parametrar

code
Result

Felkod för det här undantaget.

Gäller för

RRException(Result, String)

Skapar en ny instans av RRException klassen.

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)

Parametrar

code
Result

Felkod för det här undantaget.

message
String

Felmeddelande om oformaterad text för det här undantaget.

Gäller för

RRException(Result, String, String, String)

Skapar en ny instans av RRException klassen.

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)

Parametrar

code
Result

Felkod för det här undantaget.

message
String

Felmeddelande om oformaterad text för det här undantaget.

requestCorrelationVector
String

Begär korrelationsvektor för det här undantaget.

responseCorrelationVector
String

Svarskorrelationsvektor för det här undantaget.

Gäller för

RRException(Result, String, String, String, Exception)

Skapar en ny instans av RRException klassen.

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)

Parametrar

code
Result

Felkod för det här undantaget.

message
String

Felmeddelande om oformaterad text för det här undantaget.

requestCorrelationVector
String

Begär korrelationsvektor för det här undantaget.

responseCorrelationVector
String

Svarskorrelationsvektor för det här undantaget.

inner
Exception

Undantag som gjorde att det här undantaget utlöstes.

Gäller för