Share via


Classe DtsNotALogProviderException

The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the type LogProvider.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class DtsNotALogProviderException _
    Inherits DtsException
'Utilisation
Dim instance As DtsNotALogProviderException
[SerializableAttribute]
public sealed class DtsNotALogProviderException : DtsException
[SerializableAttribute]
public ref class DtsNotALogProviderException sealed : public DtsException
[<SealedAttribute>]
[<SerializableAttribute>]
type DtsNotALogProviderException =  
    class
        inherit DtsException
    end
public final class DtsNotALogProviderException extends DtsException

Notes

This error is not useable in a try...catch block.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
      Microsoft.SqlServer.Dts.Runtime..::..DtsNotALogProviderException

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.