OSException 类

定义

在文件压缩接口 (FCI) 操作过程中操作系统引发错误时引发的异常。

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

构造函数

OSException()

创建 OSException 类的新实例。

OSException(SerializationInfo, StreamingContext)

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

OSException(String)

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

OSException(String, Exception)

使用指定的错误消息和对导致此异常的内部异常的引用创建 OSException 类的新实例。

属性

MessageCode

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

(继承自 ReplicationAgentException)

方法

GetObjectData(SerializationInfo, StreamingContext)

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

(继承自 ReplicationAgentException)

适用于