60 references to RC
System.Management (60)
Instrumentation\EventSource.cs (1)
351
throw new ManagementException(
RC
.GetString("WORKER_THREAD_WAKEUP_FAILED"));
Instrumentation\Instrumentation.cs (2)
206
throw new Exception(
RC
.GetString("ASSEMBLY_NOT_REGISTERED"));
344
throw new Exception(
RC
.GetString("FAILED_TO_BUILD_GENERATED_ASSEMBLY"));
Instrumentation\ManagementInstaller.cs (6)
60
help.Append(" " +
RC
.GetString("FILETOWRITE_MOF")+"\r\n\r\n");
68
help.Append(" " +
RC
.GetString("FORCE_UPDATE"));
88
Context.LogMessage(
RC
.GetString("WMISCHEMA_INSTALLATIONSTART"));
110
Context.LogMessage(
RC
.GetString("REGESTRING_ASSEMBLY") + " " + naming.DecoupledProviderInstanceName);
117
Context.LogMessage(
RC
.GetString("WMISCHEMA_INSTALLATIONEND"));
153
Context.LogMessage(
RC
.GetString("MOFFILE_GENERATING") + " " + mofFile);
Instrumentation\SchemaMapping.cs (3)
40
throw new ArgumentException(String.Format(
RC
.GetString("UNSUPPORTEDMEMBER_EXCEPT"), mi.Name), mi.Name, innerException);
78
throw new Exception(
RC
.GetString("CLASSINST_EXCEPT"));
495
throw new ArgumentException(String.Format(
RC
.GetString("MEMBERCONFLILCT_EXCEPT"), field.Name), field.Name);
Instrumentation\SchemaRegistration.cs (4)
736
context.LogMessage(
RC
.GetString("NAMESPACE_ENSURE")+ " " +namespaceName);
755
context.LogMessage(
RC
.GetString("CLASS_ENSURE") + " " +classPath);
764
context.LogMessage(
RC
.GetString("CLASS_ENSURECREATE")+ " " +classPath);
866
string strformat =
RC
.GetString("CLASS_NOTREPLACED_EXCEPT") + "\r\n{0}\r\n{1}";
InteropClasses\WMIInterop.cs (1)
2018
throw new ManagementException(
RC
.GetString("WORKER_THREAD_WAKEUP_FAILED"));
managementquery.cs (42)
121
throw new ArgumentException (
RC
.GetString("INVALID_QUERY_DUP_TOKEN")); // Invalid query - duplicate token
130
throw new ArgumentException(
RC
.GetString("INVALID_QUERY")); // Invalid query
137
throw new ArgumentException (
RC
.GetString("INVALID_QUERY_NULL_TOKEN")); // Invalid query - token has no value
152
throw new ArgumentException (
RC
.GetString("INVALID_QUERY_DUP_TOKEN")); // Invalid query - duplicate token
678
throw new ArgumentException (
RC
.GetString("INVALID_QUERY"),"queryOrClassName");
752
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"), "isSchemaQuery");
1007
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"));
1015
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"));
1022
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"));
1039
throw new ArgumentException (
RC
.GetString("INVALID_QUERY"),"select");
1045
throw new ArgumentException (
RC
.GetString("INVALID_QUERY"),"*");
1054
throw new ArgumentException (
RC
.GetString("INVALID_QUERY"),"from");
1063
throw new ArgumentException (
RC
.GetString("INVALID_QUERY"),"meta_class");
1075
throw new ArgumentException (
RC
.GetString("INVALID_QUERY"),"where");
1081
throw new ArgumentException(
RC
.GetString("INVALID_QUERY")); // Invalid query
1279
throw new ArgumentException (
RC
.GetString("INVALID_QUERY"),"queryOrSourceObject");
1352
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"), "isSchemaQuery");
1648
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"),"associators"); // Invalid query
1655
throw new ArgumentException(
RC
.GetString("INVALID_QUERY")); // Invalid query
1661
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"),"of"); // Invalid query
1668
throw new ArgumentException(
RC
.GetString("INVALID_QUERY")); // Invalid query
1675
throw new ArgumentException(
RC
.GetString("INVALID_QUERY")); // Invalid query
1685
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"),"where"); // Invalid query
1691
throw new ArgumentException(
RC
.GetString("INVALID_QUERY")); // Invalid query
1733
throw new ArgumentException(
RC
.GetString("INVALID_QUERY")); // Unrecognized token
1738
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"));
1905
throw new ArgumentException (
RC
.GetString("INVALID_QUERY"),"queryOrSourceObject");
1962
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"), "isSchemaQuery");
2163
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"),"references"); // Invalid query
2170
throw new ArgumentException(
RC
.GetString("INVALID_QUERY")); // Invalid query
2176
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"),"of"); // Invalid query
2183
throw new ArgumentException(
RC
.GetString("INVALID_QUERY")); // Invalid query
2190
throw new ArgumentException(
RC
.GetString("INVALID_QUERY")); // Invalid query
2200
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"),"where"); // Invalid query
2206
throw new ArgumentException(
RC
.GetString("INVALID_QUERY")); // Invalid query
2239
throw new ArgumentException(
RC
.GetString("INVALID_QUERY")); // Unrecognized token
2244
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"));
2490
throw new ArgumentException (
RC
.GetString("INVALID_QUERY"),"queryOrEventClassName");
3031
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"));
3035
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"),"*");
3041
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"),"from");
3111
throw new ArgumentException(
RC
.GetString("INVALID_QUERY"),"having");
WmiGenerator.cs (1)
5410
return
RC
.GetString(strToGet);