MissingObjectException Members
Include Protected Members
Include Inherited Members
The MissingObjectException class is an exception that is raised when a specified object is missing.
The MissingObjectException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetBaseException() | (Inherited from Exception.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetObjectData(SerializationInfo, StreamingContext) | (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType() | (Inherited from Exception.) |
![]() |
Init() | (Inherited from DmfException.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
SetHelpContext(String) | (Inherited from DmfException.) |
![]() |
ToString() | (Inherited from Exception.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
DmfExceptionType | (Overrides DmfException.DmfExceptionType.) |
![]() |
HelpLink | (Inherited from DmfException.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Overrides Exception.Message.) |
![]() |
ObjectName | Gets the name of the object that is missing. |
![]() |
ObjectType | Gets the type of object that is missing. |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top