4 references to Diagnostic_InternalExceptionMessage
System.Composition.Convention (4)
src\runtime\src\libraries\Common\src\System\Composition\Diagnostics\CompositionTrace.cs (2)
13
throw new Exception(SR.
Diagnostic_InternalExceptionMessage
);
26
throw new Exception(SR.
Diagnostic_InternalExceptionMessage
);
src\runtime\src\libraries\Common\src\System\Composition\Diagnostics\CompositionTraceSource.cs (1)
50
throw new Exception(SR.Format(SR.
Diagnostic_InternalExceptionMessage
, SR.Diagnostic_TraceUnnecessaryWork));
System\Composition\Convention\ConventionBuilder.cs (1)
196
throw new Exception(SR.
Diagnostic_InternalExceptionMessage
);