MissingTypeFacetAssociationException 成員
The MissingTypeFacetAssociationException class is an exception that is raised when a specified association between a facet and a type is missing.
MissingTypeFacetAssociationException 型別公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
MissingTypeFacetAssociationException() () () () | ||
MissingTypeFacetAssociationException(String) | Initializes a new instance of the MissingTypeFacetAssociationException class that has the specified message text. | |
MissingTypeFacetAssociationException(String, Exception) | Initializes a new instance of the MissingTypeFacetAssociationException class that has the specified message text and inner exception. | |
MissingTypeFacetAssociationException(String, String) | Initializes a new instance of the MissingTypeFacetAssociationException class that has the specified type name and facet. |
頂端
方法
名稱 | 描述 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetBaseException | (繼承自 Exception。) | |
GetHashCode | (繼承自 Object。) | |
GetObjectData | (覆寫 Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext)。) | |
GetType | (繼承自 Exception。) | |
Init | (繼承自 DmfException。) | |
MemberwiseClone | (繼承自 Object。) | |
SetHelpContext | (繼承自 DmfException。) | |
ToString | (繼承自 Exception。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
Data | (繼承自 Exception。) | |
DmfExceptionType | (覆寫 DmfException. . :: . .DmfExceptionType。) | |
Facet | Gets the facet that is missing. | |
HelpLink | (繼承自 DmfException。) | |
HResult | (繼承自 Exception。) | |
InnerException | (繼承自 Exception。) | |
Message | (覆寫 Exception. . :: . .Message。) | |
Source | (繼承自 Exception。) | |
StackTrace | (繼承自 Exception。) | |
TargetSite | (繼承自 Exception。) | |
TypeName | Gets the type that is missing. |
頂端