FciException-Klasse
Die Ausnahme, die ausgelöst wird, wenn in der FCI (File Compression Interface) ein Fehler auftritt.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentException
Microsoft.SqlServer.Replication..::..FciException
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class FciException _
Inherits ReplicationAgentException
'Usage
Dim instance As FciException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class FciException : ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class FciException : public ReplicationAgentException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type FciException =
class
inherit ReplicationAgentException
end
public class FciException extends ReplicationAgentException
Der FciException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
FciException() () () () | Erstellt eine neue Instanz der FciException-Klasse. | |
FciException(String) | Erstellt eine neue Instanz der FciException-Klasse mit einer angegebenen Fehlermeldung. | |
FciException(SerializationInfo, StreamingContext) | Erstellt eine neue Instanz der FciException-Klasse mit serialisierten Daten. | |
FciException(String, Exception) | Initialisiert eine neue Instanz der FciException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache für diese Ausnahme bildet. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
HelpLink | (Geerbt von Exception.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
MessageCode | Ruft den Fehlercode des zugrunde liegenden Fehlers ab. (Geerbt von ReplicationAgentException.) | |
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 | Legt das angegebene SerializationInfo-Objekt mit Informationen zur Ausnahme fest. (Geerbt von ReplicationAgentException.) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Hinweise
FCI is used to generated the cabinet (.cab) files used when delivering a compressed snapshot.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.