[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]Initializes a new
ManagementPackException object.
Namespace:
Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in
microsoft.enterprisemanagement.core.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
exceptioncode As ManagementPackExceptionCode, _
innerException As Exception, _
ParamArray parameters As Object() _
)
|
C++ |
public:
ManagementPackException (
ManagementPackExceptionCode exceptioncode,
Exception^ innerException,
... array<Object^>^ parameters
)
|
JScript |
public function ManagementPackException (
exceptioncode : ManagementPackExceptionCode,
innerException : Exception,
... parameters : Object[]
)
|
Parameters
- exceptioncode
-
The exception code that identifies the cause of the
exception.
- innerException
-
The inner exception that describes the cause of the current
exception.
- parameters
-
The parameters that are used to replace variables in the
exception message.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also