UnsupportedTypeException-Member
The UnsupportedTypeException class is an exception that is raised when an unsupported type is encountered.
Der UnsupportedTypeException-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
UnsupportedTypeException() () () () | ||
UnsupportedTypeException(String) | Initializes a new instance of the UnsupportedTypeException class with the specified message text. | |
UnsupportedTypeException(String, Exception) | Initializes a new instance of the UnsupportedTypeException class with the specified message text and inner exception. | |
UnsupportedTypeException(String, String) | Initializes a new instance of the UnsupportedTypeException class with the specified type and node. |
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.) | |
NodeType | ||
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) | |
TypeName |
Zum Anfang