다음을 통해 공유


CloudSpatialException 생성자

정의

오버로드

CloudSpatialException()

CloudSpatialException 클래스의 새 인스턴스를 만듭니다.

CloudSpatialException(CloudSpatialErrorCode)

CloudSpatialException 클래스의 새 인스턴스를 만듭니다.

CloudSpatialException(CloudSpatialErrorCode, String)

CloudSpatialException 클래스의 새 인스턴스를 만듭니다.

CloudSpatialException(CloudSpatialErrorCode, String, String, String)

CloudSpatialException 클래스의 새 인스턴스를 만듭니다.

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

CloudSpatialException 클래스의 새 인스턴스를 만듭니다.

CloudSpatialException()

CloudSpatialException 클래스의 새 인스턴스를 만듭니다.

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

적용 대상

CloudSpatialException(CloudSpatialErrorCode)

CloudSpatialException 클래스의 새 인스턴스를 만듭니다.

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)

매개 변수

code
CloudSpatialErrorCode

이 예외에 대한 오류 코드입니다.

적용 대상

CloudSpatialException(CloudSpatialErrorCode, String)

CloudSpatialException 클래스의 새 인스턴스를 만듭니다.

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)

매개 변수

code
CloudSpatialErrorCode

이 예외에 대한 오류 코드입니다.

message
String

이 예외에 대한 일반 텍스트 오류 메시지입니다.

적용 대상

CloudSpatialException(CloudSpatialErrorCode, String, String, String)

CloudSpatialException 클래스의 새 인스턴스를 만듭니다.

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)

매개 변수

code
CloudSpatialErrorCode

이 예외에 대한 오류 코드입니다.

message
String

이 예외에 대한 일반 텍스트 오류 메시지입니다.

requestCorrelationVector
String

이 예외에 대한 상관 관계 벡터를 요청합니다.

responseCorrelationVector
String

이 예외에 대한 응답 상관 관계 벡터입니다.

적용 대상

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

CloudSpatialException 클래스의 새 인스턴스를 만듭니다.

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)

매개 변수

code
CloudSpatialErrorCode

이 예외에 대한 오류 코드입니다.

message
String

이 예외에 대한 일반 텍스트 오류 메시지입니다.

requestCorrelationVector
String

이 예외에 대한 상관 관계 벡터를 요청합니다.

responseCorrelationVector
String

이 예외에 대한 응답 상관 관계 벡터입니다.

inner
Exception

이 예외가 throw된 원인인 예외입니다.

적용 대상