protected virtual void Dispose()
 {
     _owner = null;
     if (Config.ObjectPooling != PoolType.None)
     {
         _pool.Push(this);
     }
 }
Exemple #2
0
 public static void AddUnhandledException(UnhandledException exception)
 {
     _unhandledExceptions.Push(exception);
 }