Example #1
0
 void IErrorReporter.CannotFoldConstants(RuntimeException exception)
 {
     string message = String.Format(CultureInfo.CurrentCulture, Resources.CannotFoldConstants, exception.Message);
     HandleError(ErrorId.CannotFoldConstants, message);
 }
Example #2
0
        void IErrorReporter.CannotFoldConstants(RuntimeException exception)
        {
            string message = String.Format(CultureInfo.CurrentCulture, Resources.CannotFoldConstants, exception.Message);

            HandleError(ErrorId.CannotFoldConstants, message);
        }