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


Элементы PropertyCannotBeRetrievedException

The PropertyCannotBeRetrievedException class represents the exception raised when a property cannot be retrieved.

Тип PropertyCannotBeRetrievedException предоставляет доступ к следующим элементам.

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

  Имя Описание
Открытый метод PropertyCannotBeRetrievedException() () () () Initializes a new instance of the PropertyCannotBeRetrievedException class.
Открытый метод PropertyCannotBeRetrievedException(String) Initializes a new instance of the PropertyCannotBeRetrievedException class with the specified message.
Открытый метод PropertyCannotBeRetrievedException(String, Exception) Initializes a new instance of the PropertyCannotBeRetrievedException class with the specified message and specified inner exception.
Открытый метод PropertyCannotBeRetrievedException(String, Object) Initializes a new instance of the PropertyCannotBeRetrievedException class with the specified message and specified inner exception.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetBaseException (Наследуется из Exception.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetObjectData Populates a SerializationInfo object with the data needed to serialize the target object. (Перезаписывает Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Открытый метод GetType (Наследуется из Exception.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Защищенный метод SetHelpContext Sets the Help context value for the referenced exception. (Наследуется из SmoException.)
Открытый метод ToString (Наследуется из Exception.)

В начало

Свойства

  Имя Описание
Открытое свойство Data (Наследуется из Exception.)
Открытое свойство FailedObject Gets the object that owns the property that cannot be retrieved.
Открытое свойство HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Наследуется из SmoException.)
Защищенное свойство HResult (Наследуется из Exception.)
Открытое свойство InnerException (Наследуется из Exception.)
Открытое свойство Message Gets the message that describes the current exception. (Перезаписывает Exception. . :: . .Message.)
Открытое свойство PropertyName Gets the name of the property that cannot be retrieved.
Открытое свойство SmoExceptionType Gets the type of SMO exception. (Перезаписывает SmoException. . :: . .SmoExceptionType.)
Открытое свойство Source (Наследуется из Exception.)
Открытое свойство StackTrace (Наследуется из Exception.)
Открытое свойство TargetSite (Наследуется из Exception.)

В начало