DtsGenericException クラス

定義

エラーが発生するとスローされる例外とそのエラーは、他の例外クラスによって処理されません。

public ref class DtsGenericException : Microsoft::SqlServer::Dts::Runtime::DtsException
[System.Serializable]
public class DtsGenericException : Microsoft.SqlServer.Dts.Runtime.DtsException
[<System.Serializable>]
type DtsGenericException = class
    inherit DtsException
Public Class DtsGenericException
Inherits DtsException
継承
DtsGenericException
属性

注釈

このクラスは、DtsException クラスによりインスタンス化されます。

プロパティ

ErrorCode

適切な例外クラスを作成するエラー コードを取得します。 このフィールドは読み取り専用です。

(継承元 DtsException)

適用対象