次の方法で共有


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, String, String, String, Exception)

CloudSpatialException クラスの新しいインスタンスを作成します。

CloudSpatialException(CloudSpatialErrorCode, String, String, String)

CloudSpatialException クラスの新しいインスタンスを作成します。

CloudSpatialException(CloudSpatialErrorCode, String)

CloudSpatialException クラスの新しいインスタンスを作成します。

CloudSpatialException(CloudSpatialErrorCode)

CloudSpatialException クラスの新しいインスタンスを作成します。

プロパティ

ErrorCode

この例外インスタンスに関連付けられているエラー コード。

RequestCorrelationVector

この例外インスタンスに関連付けられている要求相関ベクトル。

ResponseCorrelationVector

この例外インスタンスに関連付けられている応答相関ベクトル。

適用対象