Aracılığıyla paylaş


CloudSpatialException Oluşturucular

Tanım

Aşırı Yüklemeler

CloudSpatialException()

CloudSpatialException sınıfının yeni bir örneğini oluşturur.

CloudSpatialException(CloudSpatialErrorCode)

CloudSpatialException sınıfının yeni bir örneğini oluşturur.

CloudSpatialException(CloudSpatialErrorCode, String)

CloudSpatialException sınıfının yeni bir örneğini oluşturur.

CloudSpatialException(CloudSpatialErrorCode, String, String, String)

CloudSpatialException sınıfının yeni bir örneğini oluşturur.

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

CloudSpatialException sınıfının yeni bir örneğini oluşturur.

CloudSpatialException()

CloudSpatialException sınıfının yeni bir örneğini oluşturur.

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

Şunlara uygulanır

CloudSpatialException(CloudSpatialErrorCode)

CloudSpatialException sınıfının yeni bir örneğini oluşturur.

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)

Parametreler

code
CloudSpatialErrorCode

Bu özel durum için hata kodu.

Şunlara uygulanır

CloudSpatialException(CloudSpatialErrorCode, String)

CloudSpatialException sınıfının yeni bir örneğini oluşturur.

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)

Parametreler

code
CloudSpatialErrorCode

Bu özel durum için hata kodu.

message
String

Bu özel durum için düz metin hata iletisi.

Şunlara uygulanır

CloudSpatialException(CloudSpatialErrorCode, String, String, String)

CloudSpatialException sınıfının yeni bir örneğini oluşturur.

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)

Parametreler

code
CloudSpatialErrorCode

Bu özel durum için hata kodu.

message
String

Bu özel durum için düz metin hata iletisi.

requestCorrelationVector
String

Bu özel durum için bağıntı vektörü isteyin.

responseCorrelationVector
String

Bu özel durum için yanıt bağıntı vektörü.

Şunlara uygulanır

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

CloudSpatialException sınıfının yeni bir örneğini oluşturur.

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)

Parametreler

code
CloudSpatialErrorCode

Bu özel durum için hata kodu.

message
String

Bu özel durum için düz metin hata iletisi.

requestCorrelationVector
String

Bu özel durum için bağıntı vektörü isteyin.

responseCorrelationVector
String

Bu özel durum için yanıt bağıntı vektörü.

inner
Exception

Bu özel durumun ortaya alınmasına neden olan özel durum.

Şunlara uygulanır