OSException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
これは、ファイル圧縮インターフェース(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, Exception) |
指定したエラー メッセージと、この例外の原因である内部例外への参照を使用して、 OSException クラスの新しいインスタンスを作成します。 |
| OSException(String) |
指定したエラー メッセージを使用して、 OSException クラスの新しいインスタンスを作成します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| MessageCode |
基礎となるエラーのエラーコードを取得します。 (継承元 ReplicationAgentException) |
メソッド
| 名前 | 説明 |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
指定された SerializationInfo を例外に関する情報で設定します。 (継承元 ReplicationAgentException) |