8 references to ManagementException
System.Management (8)
managementexception.cs (3)
614
throw new
ManagementException
(errorCode, msg, errObj);
683
public ManagementException():
this
(ManagementStatus.Failed, "", null)
694
public ManagementException(string message):
this
(ManagementStatus.Failed, message, null)
managementpath.cs (2)
420
throw new
ManagementException
(ManagementStatus.InvalidOperation, null, null);
442
throw new
ManagementException
(ManagementStatus.InvalidOperation, null, null);
qualifier.cs (1)
82
throw new
ManagementException
(ManagementStatus.Unexpected, null, null); //is this the best fit error ??
qualifierset.cs (2)
99
throw new
ManagementException
(ManagementStatus.Unexpected, null, null); // Is this the best fit error ??
336
throw new
ManagementException
(ManagementStatus.Unexpected, null, null); // Is this the best fit error ??