ManagementPackVerificationResult Constructor (VerificationResultCode, ExtensionIdentifier)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the ManagementPackVerificationResult class by using the specified error code and error source.
Namespace: Microsoft.EnterpriseManagement.Configuration.Verification
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim errorCode As VerificationResultCode
Dim errorSource As ExtensionIdentifier
Dim instance As New ManagementPackVerificationResult(errorCode, errorSource)
Syntax
'Declaration
Public Sub New ( _
errorCode As VerificationResultCode, _
errorSource As ExtensionIdentifier _
)
public ManagementPackVerificationResult (
VerificationResultCode errorCode,
ExtensionIdentifier errorSource
)
public:
ManagementPackVerificationResult (
VerificationResultCode^ errorCode,
ExtensionIdentifier^ errorSource
)
public ManagementPackVerificationResult (
VerificationResultCode errorCode,
ExtensionIdentifier errorSource
)
public function ManagementPackVerificationResult (
errorCode : VerificationResultCode,
errorSource : ExtensionIdentifier
)
Parameters
- errorCode
The short description for this error.
- errorSource
The result source for this error.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smart Phone,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP
See Also
Reference
ManagementPackVerificationResult Class
ManagementPackVerificationResult Members
Microsoft.EnterpriseManagement.Configuration.Verification Namespace