CloudSpatialException 类

定义

处理云空间定位点时出错时引发的异常。

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

与此异常实例关联的错误代码。

RequestCorrelationVector

与此异常实例关联的请求相关性向量。

ResponseCorrelationVector

与此异常实例关联的响应相关向量。

适用于