예제 #1
0
 private Guid GetErrorID()
 {
     try
     {
         return(ContextBase.GetErrorID());
     }
     catch
     {
         return(Guid.Empty);
     }
 }