Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the IntegrationServicesException class with the specified information and streaming context.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New IntegrationServicesException(info, context)
public IntegrationServicesException(
SerializationInfo info,
StreamingContext context
)
public:
IntegrationServicesException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> IntegrationServicesException
public function IntegrationServicesException(
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
The serialization info.
- context
Type: System.Runtime.Serialization.StreamingContext
The streaming context.
See Also
Reference
IntegrationServicesException Class
IntegrationServicesException Overload
Microsoft.SqlServer.Management.IntegrationServices Namespace