Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
)
Parameter
- info
The object that holds the serialized object data.
- context
The contextual information about the source or destination.
Hinweise
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
PasswordWriteOnlyException Class
PasswordWriteOnlyException Members
Microsoft.SqlServer.Replication Namespace