Dela via


CloudSpatialException Konstruktorer

Definition

Överlagringar

CloudSpatialException()

Skapar en ny instans av CloudSpatialException klassen .

CloudSpatialException(CloudSpatialErrorCode)

Skapar en ny instans av CloudSpatialException klassen .

CloudSpatialException(CloudSpatialErrorCode, String)

Skapar en ny instans av CloudSpatialException klassen .

CloudSpatialException(CloudSpatialErrorCode, String, String, String)

Skapar en ny instans av CloudSpatialException klassen .

CloudSpatialException(CloudSpatialErrorCode, String, String, String, Exception)

Skapar en ny instans av CloudSpatialException klassen .

CloudSpatialException()

Skapar en ny instans av CloudSpatialException klassen .

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

Gäller för

CloudSpatialException(CloudSpatialErrorCode)

Skapar en ny instans av CloudSpatialException klassen .

public:
 CloudSpatialException(Microsoft::Azure::SpatialAnchors::CloudSpatialErrorCode code);
public CloudSpatialException (Microsoft.Azure.SpatialAnchors.CloudSpatialErrorCode code);
new Microsoft.Azure.SpatialAnchors.CloudSpatialException : Microsoft.Azure.SpatialAnchors.CloudSpatialErrorCode -> Microsoft.Azure.SpatialAnchors.CloudSpatialException
Public Sub New (code As CloudSpatialErrorCode)

Parametrar

code
CloudSpatialErrorCode

Felkod för det här undantaget.

Gäller för

CloudSpatialException(CloudSpatialErrorCode, String)

Skapar en ny instans av CloudSpatialException klassen .

public:
 CloudSpatialException(Microsoft::Azure::SpatialAnchors::CloudSpatialErrorCode code, System::String ^ message);
public CloudSpatialException (Microsoft.Azure.SpatialAnchors.CloudSpatialErrorCode code, string message);
new Microsoft.Azure.SpatialAnchors.CloudSpatialException : Microsoft.Azure.SpatialAnchors.CloudSpatialErrorCode * string -> Microsoft.Azure.SpatialAnchors.CloudSpatialException
Public Sub New (code As CloudSpatialErrorCode, message As String)

Parametrar

code
CloudSpatialErrorCode

Felkod för det här undantaget.

message
String

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

Gäller för

CloudSpatialException(CloudSpatialErrorCode, String, String, String)

Skapar en ny instans av CloudSpatialException klassen .

public:
 CloudSpatialException(Microsoft::Azure::SpatialAnchors::CloudSpatialErrorCode code, System::String ^ message, System::String ^ requestCorrelationVector, System::String ^ responseCorrelationVector);
public CloudSpatialException (Microsoft.Azure.SpatialAnchors.CloudSpatialErrorCode code, string message, string requestCorrelationVector, string responseCorrelationVector);
new Microsoft.Azure.SpatialAnchors.CloudSpatialException : Microsoft.Azure.SpatialAnchors.CloudSpatialErrorCode * string * string * string -> Microsoft.Azure.SpatialAnchors.CloudSpatialException
Public Sub New (code As CloudSpatialErrorCode, message As String, requestCorrelationVector As String, responseCorrelationVector As String)

Parametrar

code
CloudSpatialErrorCode

Felkod för det här undantaget.

message
String

Felmeddelande för 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

CloudSpatialException(CloudSpatialErrorCode, String, String, String, Exception)

Skapar en ny instans av CloudSpatialException klassen .

public:
 CloudSpatialException(Microsoft::Azure::SpatialAnchors::CloudSpatialErrorCode code, System::String ^ message, System::String ^ requestCorrelationVector, System::String ^ responseCorrelationVector, Exception ^ inner);
public CloudSpatialException (Microsoft.Azure.SpatialAnchors.CloudSpatialErrorCode code, string message, string requestCorrelationVector, string responseCorrelationVector, Exception inner);
new Microsoft.Azure.SpatialAnchors.CloudSpatialException : Microsoft.Azure.SpatialAnchors.CloudSpatialErrorCode * string * string * string * Exception -> Microsoft.Azure.SpatialAnchors.CloudSpatialException
Public Sub New (code As CloudSpatialErrorCode, message As String, requestCorrelationVector As String, responseCorrelationVector As String, inner As Exception)

Parametrar

code
CloudSpatialErrorCode

Felkod för det här undantaget.

message
String

Felmeddelande för 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

Ett undantag som gjorde att undantaget utlöstes.

Gäller för