Элементы ObjectValidationException
The ObjectValidationException class is an exception that is raised when an object encounters an error during validation.
Тип ObjectValidationException предоставляет доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
ObjectValidationException() () () () | |
![]() |
ObjectValidationException(String) | Initializes a new instance of the ObjectValidationException class that has the specified message text. |
![]() |
ObjectValidationException(String, Exception) | Initializes a new instance of the ObjectValidationException class that has the specified message text and inner exception. |
![]() |
ObjectValidationException(String, String) | Initializes a new instance of the ObjectValidationException class that has the specified object name and type. |
![]() |
ObjectValidationException(String, String, Exception) | Initializes a new instance of the ObjectValidationException class that has the specified object name, object type and inner exception. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Наследуется из Object.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetBaseException | (Наследуется из Exception.) |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetObjectData | (Перезаписывает Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Наследуется из Exception.) |
![]() |
Init | (Наследуется из DmfException.) |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
SetHelpContext | (Наследуется из DmfException.) |
![]() |
ToString | (Наследуется из Exception.) |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Data | (Наследуется из Exception.) |
![]() |
DmfExceptionType | (Перезаписывает DmfException. . :: . .DmfExceptionType.) |
![]() |
HelpLink | (Наследуется из DmfException.) |
![]() |
HResult | (Наследуется из Exception.) |
![]() |
InnerException | (Наследуется из Exception.) |
![]() |
Message | (Перезаписывает Exception. . :: . .Message.) |
![]() |
ObjectName | Gets the name of the object that encountered an error during validation. |
![]() |
ObjectType | Gets the type of the object that encountered an error during validation. |
![]() |
Source | (Наследуется из Exception.) |
![]() |
StackTrace | (Наследуется из Exception.) |
![]() |
TargetSite | (Наследуется из Exception.) |
В начало
См. также
.gif)
.gif)
.gif)
.gif)