Элементы WrongPropertyValueException

The WrongPropertyValueException class represents the exception that is raised when a property is assigned the wrong value.

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

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

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

В начало

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство Data (Наследуется из Exception.)
Открытое свойство HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Наследуется из SmoException.)
Защищенное свойство HResult (Наследуется из Exception.)
Открытое свойство InnerException (Наследуется из Exception.)
Открытое свойство Message Gets the message that is associated with the wrong property value exception. (Перезаписывает Exception. . :: . .Message.)
Открытое свойство Property Gets the property that was assigned the wrong property value that caused the wrong property value exception to be raised.
Открытое свойство SmoExceptionType Gets the type of SMO exception for the wrong property value exception. (Перезаписывает SmoException. . :: . .SmoExceptionType.)
Открытое свойство Source (Наследуется из Exception.)
Открытое свойство StackTrace (Наследуется из Exception.)
Открытое свойство TargetSite (Наследуется из Exception.)

В начало