DtsNotALogProviderException クラス

定義

LogProvider 型ではないネイティブ オブジェクトでマネージド ラッパーが使用される場合に、内部エラーが発生したときにスローされる例外です。

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

注釈

このエラーは try...catch ブロックでは使用できません。

プロパティ

ErrorCode

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

(継承元 DtsException)

適用対象