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.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
WebserviceTaskException Class
WebserviceTaskException Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace