Condividi tramite


WebserviceTaskException Constructor (SerializationInfo, StreamingContext)

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

Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • 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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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