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 SyncAbortedException class by using serialized data.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New SyncAbortedException(info, context)
protected SyncAbortedException (
SerializationInfo info,
StreamingContext context
)
protected:
SyncAbortedException (
SerializationInfo^ info,
StreamingContext context
)
protected SyncAbortedException (
SerializationInfo info,
StreamingContext context
)
protected function SyncAbortedException (
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
The SerializationInfo object that holds the serialized object data about the exception that is being thrown.
- context
The StreamingContext object that contains contextual information about the source or destination.
Remarks
See Also
Reference
SyncAbortedException Class
SyncAbortedException Members
Microsoft.Synchronization Namespace