CloudSpatialException Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die Ausnahme, die ausgelöst wird, wenn ein Fehler bei der Verarbeitung räumlicher Cloudanker auftritt.
public ref class CloudSpatialException : Exception
public class CloudSpatialException : Exception
type CloudSpatialException = class
inherit Exception
Public Class CloudSpatialException
Inherits Exception
- Vererbung
-
CloudSpatialException
Konstruktoren
CloudSpatialException() |
Erstellt eine neue Instanz der CloudSpatialException-Klasse. |
CloudSpatialException(CloudSpatialErrorCode, String, String, String, Exception) |
Erstellt eine neue Instanz der CloudSpatialException-Klasse. |
CloudSpatialException(CloudSpatialErrorCode, String, String, String) |
Erstellt eine neue Instanz der CloudSpatialException-Klasse. |
CloudSpatialException(CloudSpatialErrorCode, String) |
Erstellt eine neue Instanz der CloudSpatialException-Klasse. |
CloudSpatialException(CloudSpatialErrorCode) |
Erstellt eine neue Instanz der CloudSpatialException-Klasse. |
Eigenschaften
ErrorCode |
Der dieser Ausnahme zugeordnete Fehlercode instance. |
RequestCorrelationVector |
Der dieser Ausnahme zugeordnete Anforderungskorrelationsvektor instance. |
ResponseCorrelationVector |
Der dieser Ausnahme zugeordnete Antwortkorrelationsvektor instance. |