Represents the exception that is thrown because there is a problem processing or parsing a management pack.
The following tables list the members exposed by the ManagementPackException type.
Public Constructors (see also Protected Constructors)
Name | Description | |
---|---|---|
ManagementPackException | Overloaded. |
Protected Constructors
Name | Description | |
---|---|---|
ManagementPackException | Overloaded. |
Public Properties (see also Protected Properties)
Name | Description | |
---|---|---|
Data | (inherited from Exception) | |
ExceptionCode | Gets the exception code that identifies the cause of the exception. | |
ExceptionParameters | Gets the parameters that are used to replace variables in the exception message. | |
HelpLink | (inherited from Exception) | |
InnerException | (inherited from Exception) | |
Message | Overridden. Gets the message that describes the cause of the exception. | |
Source | (inherited from Exception) | |
StackTrace | (inherited from Exception) | |
TargetSite | (inherited from Exception) |
Protected Properties
Name | Description | |
---|---|---|
HResult | (inherited from Exception) |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetBaseException | (inherited from Exception) | |
GetHashCode | (inherited from Object) | |
GetObjectData | Overridden. Retrieves the object with information about the exception. | |
GetType | (inherited from Exception) | |
ReferenceEquals | (inherited from Object) | |
ToString | Overridden. Returns a string that contains the error message from the current exception with the error message from the inner exception appended to the current error message. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
See Also
Send comments about this topic to Microsoft.