WebserviceTaskException Constructor (SerializationInfo, StreamingContext)

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

Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Синтаксис

'Декларация
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
)

Параметры

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

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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