FciException 类

定义

在文件压缩接口 (FCI) 中发生错误时引发的异常。

public ref class FciException : Microsoft::SqlServer::Replication::ReplicationAgentException
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class FciException : Microsoft.SqlServer.Replication.ReplicationAgentException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type FciException = class
    inherit ReplicationAgentException
Public Class FciException
Inherits ReplicationAgentException
继承
属性

注解

FCI 用于生成传送压缩快照时使用的 cabinet (.cab) 文件。

构造函数

FciException()

创建 FciException 类的新实例。

FciException(SerializationInfo, StreamingContext)

使用序列化的数据创建 FciException 类的新实例。

FciException(String)

使用指定的错误消息创建 FciException 类的新实例。

FciException(String, Exception)

使用指定的错误消息和对作为此异常原因的内部异常的引用来初始化 FciException 类的新实例。

属性

MessageCode

获取基础错误的错误代码。

(继承自 ReplicationAgentException)

方法

GetObjectData(SerializationInfo, StreamingContext)

使用有关异常的信息设置指定的 SerializationInfo

(继承自 ReplicationAgentException)

适用于