FciException Class
The exception that is thrown when an error occurs in the File Compression Interface (FCI).
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
Remarks
FCI is used to generated the cabinet (.cab) files used when delivering a compressed snapshot.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SqlServer.Replication.ReplicationAgentException
Microsoft.SqlServer.Replication.FciException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.