Partager via


Classe WebserviceTaskException

Contains the definition for exceptions used by the WebServiceTask.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (dans Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class WebserviceTaskException _
    Inherits Exception
'Utilisation
Dim instance As WebserviceTaskException
[SerializableAttribute]
public class WebserviceTaskException : Exception
[SerializableAttribute]
public ref class WebserviceTaskException : public Exception
[<SerializableAttribute>]
type WebserviceTaskException =  
    class
        inherit Exception
    end
public class WebserviceTaskException extends Exception

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..WebserviceTaskException

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.