Partager via


WebserviceTaskException Constructor (SerializationInfo, StreamingContext)

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

Espace de noms: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntaxe

'Déclaration
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
)

Paramètres

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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