This commit is contained in:
Kathy Ruffing 2009-05-05 13:29:07 +00:00
parent 5c5252340e
commit 93a5453618
2 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace VEPROMS.CSLA.Library
} }
catch (Exception ex) catch (Exception ex)
{ {
// Handle exceptions Console.WriteLine("Converting Document to ascii, error is {0}", ex.Message);
} }
} }
/// <summary> /// <summary>