DtsNoForEachEnumAssignedException 类

定义

抛出的异常用于说明当管理封装器用于非类型 ForEachEnumerator的本地对象时发生内部错误。

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

注解

该错误在块 try...catch 中不可使用。

属性

名称 说明
ErrorCode

获取创建相应异常类的错误代码。 此字段是只读的。

(继承自 DtsException)

适用于