Класс FciException
The exception that is thrown when an error occurs in the File Compression Interface (FCI).
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class FciException _
Inherits ReplicationAgentException
'Применение
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
Замечания
FCI is used to generated the cabinet (.cab) files used when delivering a compressed snapshot.
Иерархия наследования
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentException
Microsoft.SqlServer.Replication..::..FciException
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.