예제 #1
0
 private void SetErrorID(Guid value)
 {
     try
     {
         ContextBase.SetErrorID(value);
     }
     catch { }
 }