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)

适用于