CloudSpatialException Class

Definition

The exception that is thrown when an error occurs processing cloud spatial anchors.

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

Constructors

CloudSpatialException()

Creates a new instance of the CloudSpatialException class.

CloudSpatialException(CloudSpatialErrorCode)

Creates a new instance of the CloudSpatialException class.

CloudSpatialException(CloudSpatialErrorCode, String)

Creates a new instance of the CloudSpatialException class.

CloudSpatialException(CloudSpatialErrorCode, String, String, String)

Creates a new instance of the CloudSpatialException class.

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

Creates a new instance of the CloudSpatialException class.

Properties

ErrorCode

The error code associated with this exception instance.

RequestCorrelationVector

The request correlation-vector associated with this exception instance.

ResponseCorrelationVector

The response correlation-vector associated with this exception instance.

Applies to