Classe FciException
The exception that is thrown when an error occurs in the File Compression Interface (FCI).
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentException
Microsoft.SqlServer.Replication..::..FciException
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class FciException _
Inherits ReplicationAgentException
'Uso
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
O tipo FciException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Data | (Herdado de Exception.) |
![]() |
HelpLink | (Herdado de Exception.) |
![]() |
HResult | (Herdado de Exception.) |
![]() |
InnerException | (Herdado de Exception.) |
![]() |
Message | (Herdado de Exception.) |
![]() |
MessageCode | Gets the error code of the underlying error. (Herdado de ReplicationAgentException.) |
![]() |
Source | (Herdado de Exception.) |
![]() |
StackTrace | (Herdado de Exception.) |
![]() |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetBaseException | (Herdado de Exception.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (Herdado de ReplicationAgentException.) |
![]() |
GetType | (Herdado de Exception.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Exception.) |
Início
Comentários
FCI is used to generated the cabinet (.cab) files used when delivering a compressed snapshot.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.