言語

DtsRuntimeException クラス

定義

制御フローにエラーが発生した場合にスローされる例外です。

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

注釈

このクラスは、ランタイム制御フローでエラーが発生した場合に DtsException クラスによってインスタンス化されます。

プロパティ

名前 説明
ErrorCode

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

(継承元 DtsException)

適用対象