MissingObjectException Members
Include Protected Members
Include Inherited Members
The MissingObjectException class represents the exception raised when an object is missing.
The MissingObjectException type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | MissingObjectException() | Initializes a new instance of the MissingObjectException class. | 
| .gif) | MissingObjectException(String) | Initializes a new instance of the MissingObjectException class with the specified message. | 
| .gif) | MissingObjectException(String, Exception) | Initializes a new instance of the MissingObjectException class with the specified message and inner exception. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetBaseException() | (Inherited from Exception.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) | 
| .gif) | GetType() | (Inherited from Exception.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | SetHelpContext(String) | Sets the Help context value for the referenced exception. (Inherited from SmoException.) | 
| .gif) | ToString() | (Inherited from Exception.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Data | (Inherited from Exception.) | 
| .gif) | HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Inherited from SmoException.) | 
| .gif) | HResult | (Inherited from Exception.) | 
| .gif) | InnerException | (Inherited from Exception.) | 
| .gif) | Message | Gets the message associated with the Missing Object exception. (Overrides Exception.Message.) | 
| .gif) | SmoExceptionType | Gets the type of SMO exception. (Overrides SmoException.SmoExceptionType.) | 
| .gif) | Source | (Inherited from Exception.) | 
| .gif) | StackTrace | (Inherited from Exception.) | 
| .gif) | TargetSite | (Inherited from Exception.) | 
Top