示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EnterpriseLibraryExceptionManagerAdapter"/> class.
 /// </summary>
 public EnterpriseLibraryExceptionManagerAdapter()
 {
     _exceptionManager = EnterpriseLibraryContainer.Current.GetInstance <EntEx.ExceptionManager>();
 }
 /// <summary>
 /// Resets the global exception manager.
 /// </summary>
 public static void Reset()
 {
     exceptionManager = null;
 }