RuntimeException-Klasse
Stellt die Basisklasse für Ausnahmen in Visual Studio-Tools für Office-Laufzeit bereit.
Vererbungshierarchie
System.Object
System.Exception
Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Weitere Informationen...
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public MustInherit Class RuntimeException _
Inherits Exception
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public abstract class RuntimeException : Exception
Der RuntimeException-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
RuntimeException() | Infrastruktur. | |
RuntimeException(Int64) | Infrastruktur. | |
RuntimeException(SerializationInfo, StreamingContext) | Infrastruktur. | |
RuntimeException(String, Int64) | Infrastruktur. | |
RuntimeException(String, Int64, Exception) | Infrastruktur. |
Zum Seitenanfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | Ruft eine Auflistung von Schlüssel-Wert-Paaren ab, die zusätzliche benutzerdefinierte Informationen zu der Ausnahme bereitstellen. (Von Exception geerbt.) | |
HelpLink | Ruft einen Link zur Hilfedatei ab, die dieser Ausnahme zugeordnet ist, oder legt einen Link fest. (Von Exception geerbt.) | |
HResult | Ruft HRESULT ab oder legt HRESULT fest. Dies ist ein codierter Wert, der einer bestimmten Ausnahme zugeordnet ist. (Von Exception geerbt.) | |
InnerException | Ruft die Exception-Instanz ab, die die aktuelle Ausnahme verursachte. (Von Exception geerbt.) | |
Message | Ruft eine Meldung ab, die die aktuelle Ausnahme beschreibt. (Von Exception geerbt.) | |
Source | Gibt den Namen der Anwendung oder des Objekts zurück, das den Fehler verursacht hat, oder legt diesen fest. (Von Exception geerbt.) | |
StackTrace | Ruft eine Zeichenfolgendarstellung der unmittelbaren Frames in der Aufrufliste ab. (Von Exception geerbt.) | |
TargetSite | Ruft die Methode ab, die die aktuelle Ausnahme auslöst. (Von Exception geerbt.) |
Zum Seitenanfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist. (Von Object geerbt.) | |
Finalize | Gibt einem Objekt Gelegenheit zu dem Versuch, Ressourcen freizugeben und andere Bereinigungen durchzuführen, bevor es von der Garbage Collection freigegeben wird. (Von Object geerbt.) | |
GetBaseException | Gibt beim Überschreiben in einer abgeleiteten Klasse eine Exception zurück, die die ursprüngliche Ursache für eine oder mehrere nachfolgende Ausnahmen ist. (Von Exception geerbt.) | |
GetHashCode | Fungiert als Hashfunktion für einen bestimmten Typ. (Von Object geerbt.) | |
GetObjectData | Sicherheitsrelevant. Legt beim Überschreiben in einer abgeleiteten Klasse die SerializationInfo mit Informationen über die Ausnahme fest. (Von Exception geerbt.) | |
GetType | Ruft den Laufzeittyp der aktuellen Instanz ab. (Von Exception geerbt.) | |
MemberwiseClone | Erstellt eine flache Kopie des aktuellen Object. (Von Object geerbt.) | |
ToString | Erstellt eine Zeichenfolgenentsprechung der aktuellen Ausnahme und gibt diese zurück. (Von Exception geerbt.) |
Zum Seitenanfang
Ereignisse
Name | Beschreibung | |
---|---|---|
SerializeObjectState | Tritt auf, wenn eine Ausnahme serialisiert wird, um ein Ausnahmezustandsobjekt zu erstellen, das serialisierte Daten für die Ausnahme enthält. (Von Exception geerbt.) |
Zum Seitenanfang
Hinweise
Weitere Informationen zum Visual Studio-Tools für Office-Laufzeit finden Sie unter Übersicht über die Visual Studio Tools for Office-Laufzeit.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch
Referenz
Microsoft.VisualStudio.Tools.Applications.Runtime-Namespace
Weitere Ressourcen
Übersicht über die Visual Studio Tools for Office-Laufzeit
Vererbungshierarchie
System.Object
System.Exception
Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Microsoft.Office.Tools.CannotRemoveControlException
Microsoft.Office.Tools.CannotRemoveCustomizationException
Microsoft.Office.Tools.ControlNameAlreadyExistsException
Microsoft.Office.Tools.Excel.ListObjectNotDataBoundException
Microsoft.Office.Tools.Excel.SetDataBindingFailedException
Microsoft.Office.Tools.InvalidRangeException
Microsoft.Office.Tools.OfficeXpsDocumentException
Microsoft.Office.Tools.Outlook.ControlNotFoundException
Microsoft.Office.Tools.Outlook.FormRegionStorageNullException
Microsoft.Office.Tools.RangeNotOnWorksheetException
Microsoft.VisualStudio.Tools.Applications.Runtime.CacheAlreadyLoadedException
Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataCouldNotBeSerializedException
Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataTypeMismatchException
Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCacheInNonStartupException
Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateCustomizationDomainException
Microsoft.VisualStudio.Tools.Applications.Runtime.CannotCreateStartupObjectException
Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindMemberException
Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindObjectToFillException
Microsoft.VisualStudio.Tools.Applications.Runtime.CannotFindStartupObjectAssemblyException
Microsoft.VisualStudio.Tools.Applications.Runtime.CannotLoadManifestException
Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveAppInfoException
Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveCachedDataException
Microsoft.VisualStudio.Tools.Applications.Runtime.ControlCouldNotBeInitializedException
Microsoft.VisualStudio.Tools.Applications.Runtime.ControlNotFoundException
Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyCustomizedException
Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyLoadedException
Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentClosedException
Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentCustomizedWithPreviousRuntimeException
Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentNotCustomizedException
Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentNotLoadedException
Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidDeployManifestException
Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidManifestException
Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidNewApplicationManifestException
Microsoft.VisualStudio.Tools.Applications.Runtime.ItemAlreadyInCacheException
Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException
Microsoft.VisualStudio.Tools.Applications.Runtime.ManifestNotExecutedException
Microsoft.VisualStudio.Tools.Applications.Runtime.MissingDataIdException
Microsoft.VisualStudio.Tools.Applications.Runtime.MissingHostItemIdException
Microsoft.VisualStudio.Tools.Applications.Runtime.MissingTypeException
Microsoft.VisualStudio.Tools.Applications.Runtime.MultipleCachedDataCouldNotBeSerializedException
Microsoft.VisualStudio.Tools.Applications.Runtime.NonCacheableTypeException
Microsoft.VisualStudio.Tools.Applications.Runtime.NoStartupObjectsException
Microsoft.VisualStudio.Tools.Applications.Runtime.NotAvailableOfflineException
Microsoft.VisualStudio.Tools.Applications.Runtime.NotAvailableOnlineException
Microsoft.VisualStudio.Tools.Applications.Runtime.UnknownCustomizationFileException
Microsoft.VisualStudio.Tools.Applications.Runtime.UpdateFailedException