DtsCouldNotCreateManagedForEachEnumeratorException Class

Definition

The exception that specifies that a managed ForEach enumerator could not be created. This class cannot be inherited.

public ref class DtsCouldNotCreateManagedForEachEnumeratorException sealed : Microsoft::SqlServer::Dts::Runtime::DtsException
[System.Serializable]
public sealed class DtsCouldNotCreateManagedForEachEnumeratorException : Microsoft.SqlServer.Dts.Runtime.DtsException
[<System.Serializable>]
type DtsCouldNotCreateManagedForEachEnumeratorException = class
    inherit DtsException
Public NotInheritable Class DtsCouldNotCreateManagedForEachEnumeratorException
Inherits DtsException
Inheritance
DtsCouldNotCreateManagedForEachEnumeratorException
Attributes

Properties

ErrorCode

Gets the error code that creates the appropriate exception class. This field is read-only.

(Inherited from DtsException)

Applies to