ManagementPackVerificationResult Constructor
本文內容
[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.
Overload List
ManagementPackVerificationResult ()
Initializes a new instance of the ManagementPackVerificationResult class.
ManagementPackVerificationResult (VerificationResultCategory, VerificationResultCode, ExtensionIdentifier)
Initializes a new instance of the ManagementPackVerificationResult class by using the specified result category, result code, and result source parameters.
ManagementPackVerificationResult (VerificationResultCategory, VerificationResultCode, ExtensionIdentifier, Object[])
Initializes a new instance of the ManagementPackVerificationResult class by using the specified result category, result code, result source, and message parameters.
ManagementPackVerificationResult (VerificationResultCode, ExtensionIdentifier)
Initializes a new instance of the ManagementPackVerificationResult class by using the specified error code and error source.
ManagementPackVerificationResult (VerificationResultCode, ExtensionIdentifier, Object[])
Initializes a new instance of the ManagementPackVerificationResult class by using the specified error code, error source, and error message arguments.
See Also
Reference
ManagementPackVerificationResult Class
ManagementPackVerificationResult Members
Microsoft.EnterpriseManagement.Configuration.Verification Namespace