Поделиться через


Класс PasswordWriteOnlyException

The exception that is thrown when a replication agent password property is accessed.

Иерархия наследования

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Replication. . :: . .ReplicationAgentException
      Microsoft.SqlServer.Replication..::..PasswordWriteOnlyException

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class PasswordWriteOnlyException _
    Inherits ReplicationAgentException
'Применение
Dim instance As PasswordWriteOnlyException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class PasswordWriteOnlyException : ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class PasswordWriteOnlyException : public ReplicationAgentException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type PasswordWriteOnlyException =  
    class
        inherit ReplicationAgentException
    end
public class PasswordWriteOnlyException extends ReplicationAgentException

Тип PasswordWriteOnlyException обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод PasswordWriteOnlyException() () () () Creates a new instance of the PasswordWriteOnlyException class.
Открытый метод PasswordWriteOnlyException(String) Creates a new instance of the PasswordWriteOnlyException class with a specified error message.
Защищенный метод PasswordWriteOnlyException(SerializationInfo, StreamingContext) Creates a new instance of the PasswordWriteOnlyException class with serialized data.
Открытый метод PasswordWriteOnlyException(String, Exception) Creates a new instance of the PasswordWriteOnlyException class with a specified error message and a reference to the inner exception that is the cause of this exception.

В начало

Свойства

  Имя Описание
Открытое свойство Data (Производный от Exception.)
Открытое свойство HelpLink (Производный от Exception.)
Защищенное свойство HResult (Производный от Exception.)
Открытое свойство InnerException (Производный от Exception.)
Открытое свойство Message (Производный от Exception.)
Открытое свойство MessageCode Gets the error code of the underlying error. (Производный от ReplicationAgentException.)
Открытое свойство Source (Производный от Exception.)
Открытое свойство StackTrace (Производный от Exception.)
Открытое свойство TargetSite (Производный от Exception.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBaseException (Производный от Exception.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetObjectData Sets the specified SerializationInfo with information about the exception. (Производный от ReplicationAgentException.)
Открытый метод GetType (Производный от Exception.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Exception.)

В начало

Замечания

Replication agent password properties are read/write. To protect passwords, when accessing a password property, the PasswordWriteOnlyException is thrown instead of the actual password being returned.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.