CloudSpatialException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, String, String, String, Exception) |
Creates a new instance of the CloudSpatialException class. |
CloudSpatialException(CloudSpatialErrorCode, String, String, String) |
Creates a new instance of the CloudSpatialException class. |
CloudSpatialException(CloudSpatialErrorCode, String) |
Creates a new instance of the CloudSpatialException class. |
CloudSpatialException(CloudSpatialErrorCode) |
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. |