BackupMediaSet.IncompleteBackupMediaSetException-Klasse
The exception that is thrown when the backup media set is not complete.
Vererbungshierarchie
System.Object
System.Exception
Microsoft.SqlServer.Management.Smo.BackupMediaSet.IncompleteBackupMediaSetException
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Class IncompleteBackupMediaSetException _
Inherits Exception
'Usage
Dim instance As BackupMediaSet.IncompleteBackupMediaSetException
public class IncompleteBackupMediaSetException : Exception
public ref class IncompleteBackupMediaSetException : public Exception
type IncompleteBackupMediaSetException =
class
inherit Exception
end
public class IncompleteBackupMediaSetException extends Exception
Der BackupMediaSet.IncompleteBackupMediaSetException-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
HelpLink | (Geerbt von Exception.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | Gets a message that describes the current exception. (Überschreibt Exception.Message.) | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | Sicherheitskritisch (Geerbt von Exception.) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
SerializeObjectState | (Geerbt von Exception.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.