Share via


WebserviceTaskException Class

Contains the definition for exceptions used by the WebServiceTask.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class WebserviceTaskException _
    Inherits Exception
'Usage
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

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.