Exemple #1
0
        public void AddWarning(String message, Exception e)
        {
            MetadataWarningException ex = new MetadataWarningException(message, e);

            _warnings.Add(ex);
            _monitor.onWarning(ex);
        }
Exemple #2
0
 public void onWarning(MetadataWarningException warningMessage)
 {
 }