PasswordWriteOnlyException Constructor (SerializationInfo, StreamingContext)
Creates a new instance of the PasswordWriteOnlyException class with serialized data.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Синтаксис
'Декларация
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
)
Параметры
- info
The object that holds the serialized object data.
- context
The contextual information about the source or destination.
Замечания
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
PasswordWriteOnlyException Class
PasswordWriteOnlyException Members
Microsoft.SqlServer.Replication Namespace