CloudSpatialException 클래스

정의

클라우드 공간 앵커를 처리하는 동안 오류가 발생할 때 throw되는 예외입니다.

public ref class CloudSpatialException : Exception
public class CloudSpatialException : Exception
type CloudSpatialException = class
    inherit Exception
Public Class CloudSpatialException
Inherits Exception
상속
CloudSpatialException

생성자

CloudSpatialException()

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

CloudSpatialException(CloudSpatialErrorCode)

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

CloudSpatialException(CloudSpatialErrorCode, String)

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

CloudSpatialException(CloudSpatialErrorCode, String, String, String)

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

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

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

속성

ErrorCode

이 예외와 관련된 오류 코드가 instance.

RequestCorrelationVector

이 예외와 연결된 요청 상관 관계 벡터가 instance.

ResponseCorrelationVector

이 예외와 연결된 응답 상관 관계 벡터가 instance.

적용 대상