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