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