次の方法で共有


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)

適用対象