DtsNotAManagedEnumeratorException Class

Definition

The exception that is thrown to specify that the enumerator is not a managed enumerator. This class cannot be inherited.

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

Properties

ErrorCode

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

(Inherited from DtsException)

Applies to