CloudSpatialException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
此异常的错误代码。
适用于
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)
参数
此异常的错误代码。
- 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)
参数
此异常的错误代码。
- 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)
参数
此异常的错误代码。
- message
- String
此异常的纯文本错误消息。
- requestCorrelationVector
- String
请求此异常的相关向量。
- responseCorrelationVector
- String
此异常的响应相关向量。
- inner
- Exception
导致引发此异常的异常。