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.
Creates a new instance of the PasswordWriteOnlyException class with serialized data.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected PasswordWriteOnlyException (
SerializationInfo info,
StreamingContext context
)
protected:
PasswordWriteOnlyException (
SerializationInfo^ info,
StreamingContext context
)
protected PasswordWriteOnlyException (
SerializationInfo info,
StreamingContext context
)
protected function PasswordWriteOnlyException (
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
The object that holds the serialized object data.
- context
The contextual information about the source or destination.
Remarks
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
PasswordWriteOnlyException Class
PasswordWriteOnlyException Members
Microsoft.SqlServer.Replication Namespace