MissingPropertyException-Member
The MissingPropertyException class is an exception that is raised when a specified property is missing.
Der MissingPropertyException-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
MissingPropertyException() () () () | ||
MissingPropertyException(String) | Initializes a new instance of the MissingPropertyException class that has the specified message text. | |
MissingPropertyException(String, Exception) | Initializes a new instance of the MissingPropertyException 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.) | |
PropertyName | Gets the name of the missing property. | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang