Membres MissingObjectException
The MissingObjectException class represents the exception raised when an object is missing.
Le type MissingObjectException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
MissingObjectException() () () () | Initializes a new instance of the MissingObjectException class. | |
MissingObjectException(String) | Initializes a new instance of the MissingObjectException class with the specified message. | |
MissingObjectException(String, Exception) | Initializes a new instance of the MissingObjectException class with the specified message and inner exception. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetBaseException | (Hérité de Exception.) | |
GetHashCode | (Hérité de Object.) | |
GetObjectData | (Hérité de Exception.) | |
GetType | (Hérité de Exception.) | |
MemberwiseClone | (Hérité de Object.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (Hérité de SmoException.) | |
ToString | (Hérité de Exception.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (Hérité de Exception.) | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Hérité de SmoException.) | |
HResult | (Hérité de Exception.) | |
InnerException | (Hérité de Exception.) | |
Message | Gets the message associated with the Missing Object exception. (Se substitue à Exception. . :: . .Message.) | |
SmoExceptionType | Gets the type of SMO exception. (Se substitue à SmoException. . :: . .SmoExceptionType.) | |
Source | (Hérité de Exception.) | |
StackTrace | (Hérité de Exception.) | |
TargetSite | (Hérité de Exception.) |
Haut de la page
Voir aussi