Freigeben über


WebserviceTaskException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the WebserviceTaskException class, initializing the SerializationInfo and StreamingContext.

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

Syntax

'Declaration
Public Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
public WebserviceTaskException (
    SerializationInfo info,
    StreamingContext context
)
public:
WebserviceTaskException (
    SerializationInfo^ info, 
    StreamingContext context
)
public WebserviceTaskException (
    SerializationInfo info, 
    StreamingContext context
)
public function WebserviceTaskException (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameter

  • info
    The SerializationInfo that holds the serialized object data about the exception being thrown.
  • context
    The StreamingContext that contains contextual information about the source or destination.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

WebserviceTaskException Class
WebserviceTaskException Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace