using System; using Cpp2IlInjected; namespace BestHTTP.Futures { // Token: 0x0200206B RID: 8299 [Token(Token = "0x200206B")] public sealed class FutureErrorCallback : MulticastDelegate { // Token: 0x0600D03C RID: 53308 RVA: 0x002F52C4 File Offset: 0x002F34C4 [Token(Token = "0x600D03C")] [Address(RVA = "0x4AF020", Offset = "0x4AE020", VA = "0x1804AF020")] public FutureErrorCallback(object @object, IntPtr method) { this.method = method; this.m_target = @object; } // Token: 0x0600D03D RID: 53309 RVA: 0x002F52E0 File Offset: 0x002F34E0 [Token(Token = "0x600D03D")] [Address(RVA = "0x5FA230", Offset = "0x5F9230", VA = "0x1805FA230", Slot = "13")] public void Invoke(Exception error) { if (this.delegates != 0) { } uint num; if (num != (uint)0) { throw new ExecutionEngineException(); } } // Token: 0x0600D03E RID: 53310 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600D03E")] [Address(RVA = "0x5FA200", Offset = "0x5F9200", VA = "0x1805FA200", Slot = "14")] public IAsyncResult BeginInvoke(Exception error, AsyncCallback callback, object @object) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600D03F RID: 53311 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600D03F")] [Address(RVA = "0x4F56B0", Offset = "0x4F46B0", VA = "0x1804F56B0", Slot = "15")] public void EndInvoke(IAsyncResult result) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } } }