2 references to ManagementException
System.Management (2)
managementexception.cs (2)
637
throw new
ManagementException
(e, msg, errObj);
706
public ManagementException(string message,Exception innerException):
this
(innerException, message, null)