ManagementPackException Constructor (ManagementPackExceptionCode, Exception, String[])
Initializes a new ManagementPackException object.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim exceptioncode As ManagementPackExceptionCode
Dim innerException As Exception
Dim parameters As String()
Dim instance As New ManagementPackException(exceptioncode, innerException, parameters)
Syntax
'Declaration
Public Sub New ( _
exceptioncode As ManagementPackExceptionCode, _
innerException As Exception, _
ParamArray parameters As String() _
)
public ManagementPackException (
ManagementPackExceptionCode exceptioncode,
Exception innerException,
params string[] parameters
)
public:
ManagementPackException (
ManagementPackExceptionCode exceptioncode,
Exception^ innerException,
... array<String^>^ parameters
)
public ManagementPackException (
ManagementPackExceptionCode exceptioncode,
Exception innerException,
String[] parameters
)
public function ManagementPackException (
exceptioncode : ManagementPackExceptionCode,
innerException : Exception,
... parameters : String[]
)
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 Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackException Class
ManagementPackException Members
Microsoft.EnterpriseManagement.Common Namespace