ObjectValidationException-Member
The ObjectValidationException class is an exception that is raised when an object encounters an error during validation.
Der ObjectValidationException-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | (Überschreibt Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Geerbt von Exception.) | |
Init | (Geerbt von DmfException.) | |
MemberwiseClone | (Geerbt von Object.) | |
SetHelpContext | (Geerbt von DmfException.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
DmfExceptionType | (Überschreibt DmfException. . :: . .DmfExceptionType.) | |
HelpLink | (Geerbt von DmfException.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Überschreibt 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 | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang