Example #1
0
 public SingleThreadedApartmentThread(Action execute, bool sta)
 {
     throw Enlightenment.Exception();
 }
Example #2
0
 // ReSharper disable once UnusedParameter.Global
 public static Exception PrepareForRethrow(Exception exception)
 {
     throw Enlightenment.Exception();
 }
Example #3
0
 public Task JoinAsync()
 {
     throw Enlightenment.Exception();
 }
Example #4
0
 public BlockingQueue()
 {
     throw Enlightenment.Exception();
 }
 public static IDisposable RegisterWaitForSingleObject(WaitHandle handle, Action <object, bool> callback, object state, TimeSpan timeout)
 {
     throw Enlightenment.Exception();
 }
Example #6
0
 public void CompleteAdding()
 {
     throw Enlightenment.Exception();
 }
Example #7
0
 public void Dispose()
 {
     throw Enlightenment.Exception();
 }
Example #8
0
 public IEnumerable <T> EnumerateForDebugger()
 {
     throw Enlightenment.Exception();
 }
Example #9
0
 public IEnumerable <T> GetConsumingEnumerable()
 {
     throw Enlightenment.Exception();
 }
Example #10
0
 public bool TryAdd(T item)
 {
     throw Enlightenment.Exception();
 }
 public static void SetCurrentSynchronizationContext(SynchronizationContext context)
 {
     throw Enlightenment.Exception();
 }
Example #12
0
 public static TaskCreationOptions AddDenyChildAttach(TaskCreationOptions options)
 {
     throw Enlightenment.Exception();
 }