DtsNotAForEachEnumException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’exception qui est lancée pour spécifier qu’une erreur interne s’est produite lorsqu’un wrapper géré est utilisé pour un objet natif qui n’est pas du type ForEachEnumerator.
public ref class DtsNotAForEachEnumException sealed : Microsoft::SqlServer::Dts::Runtime::DtsException
[System.Serializable]
public sealed class DtsNotAForEachEnumException : Microsoft.SqlServer.Dts.Runtime.DtsException
[<System.Serializable>]
type DtsNotAForEachEnumException = class
inherit DtsException
Public NotInheritable Class DtsNotAForEachEnumException
Inherits DtsException
- Héritage
- Attributs
Remarques
Cette erreur n’est pas utilisable dans un try...catch bloc.
Propriétés
| Nom | Description |
|---|---|
| ErrorCode |
Obtient le code d’erreur qui crée la classe d’exception appropriée. Ce champ est en lecture seule. (Hérité de DtsException) |