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

            HandleError(ErrorId.CannotFoldConstants, message);
        }