Класс FciException
The exception that is thrown when an error occurs in the File Compression Interface (FCI).
Иерархия наследования
System.Object
System.Exception
Microsoft.SqlServer.Replication.ReplicationAgentException
Microsoft.SqlServer.Replication.FciException
Пространство имен: 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
Тип FciException обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
FciException() | Creates a new instance of the FciException class. | |
FciException(String) | Creates a new instance of the FciException class with a specified error message. | |
FciException(SerializationInfo, StreamingContext) | Creates a new instance of the FciException class with serialized data. | |
FciException(String, Exception) | Initializes a new instance of the FciException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Data | (Производный от Exception.) | |
HelpLink | (Производный от Exception.) | |
HResult | (Производный от Exception.) | |
InnerException | (Производный от Exception.) | |
Message | (Производный от Exception.) | |
MessageCode | Gets the error code of the underlying error. (Производный от ReplicationAgentException.) | |
Source | (Производный от Exception.) | |
StackTrace | (Производный от Exception.) | |
TargetSite | (Производный от Exception.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetBaseException | (Производный от Exception.) | |
GetHashCode | (Производный от Object.) | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (Производный от ReplicationAgentException.) | |
GetType | (Производный от Exception.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Exception.) |
В начало
События
Имя | Описание | |
---|---|---|
SerializeObjectState | (Производный от Exception.) |
В начало
Замечания
FCI is used to generated the cabinet (.cab) files used when delivering a compressed snapshot.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.