ConflictingPropertyValuesException-Member
The ConflictingPropertyValuesException class is an exception that is raised when property values conflict.
Der ConflictingPropertyValuesException-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ConflictingPropertyValuesException() () () () | ||
ConflictingPropertyValuesException(String) | Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text. | |
ConflictingPropertyValuesException(String, Exception) | Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text and inner exception. | |
ConflictingPropertyValuesException(String, String, String, String, String) | Initializes a new instance of the ConflictingPropertyValuesException class that has the specified message text 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.) | |
Mode | Gets the mode that is associated with the conflicting properties. | |
Name1 | Gets the name of the first property. | |
Name2 | Gets the name of the second property. | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) | |
Type1 | Gets the property type that is associated with the first property. | |
Type2 | Gets the type of the second property. |
Zum Anfang