terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
AggregateException.cs
Go to the documentation of this file.
1using System;
9using System.Text;
12using Cpp2ILInjected;
14
15namespace System
16{
17 [global::System.Diagnostics.DebuggerDisplay("Count = {InnerExceptionCount}")]
18 [global::Cpp2ILInjected.Token(Token = "0x2000081")]
19 [global::System.Serializable]
20 public class AggregateException : global::System.Exception
21 {
22 [global::Cpp2ILInjected.Token(Token = "0x60003B3")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1BB4384", Offset = "0x1BB4384", Length = "0x114")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<object>), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.Generic.IList<object>) }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x60003B4")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1BB4498", Offset = "0x1BB4498", Length = "0x58")]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.CancellationTokenSource), Member = "ExecuteCallbackHandlers", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
38 public AggregateException(global::System.Collections.Generic.IEnumerable<global::System.Exception> innerExceptions)
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x60003B5")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1BB45AC", Offset = "0x1BB45AC", Length = "0x58")]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.Task), Member = "GetExceptions", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(global::System.AggregateException))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.TaskExceptionHolder), Member = "CreateExceptionObject", MemberParameters = new object[]
47 {
48 typeof(bool),
49 typeof(global::System.Exception)
50 }, ReturnType = typeof(global::System.AggregateException))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.AsyncMethodBuilderCore), Member = "ThrowAsync", MemberParameters = new object[]
52 {
53 typeof(global::System.Exception),
54 typeof(global::System.Threading.SynchronizationContext)
55 }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[]
58 {
59 typeof(string),
60 typeof(global::System.Collections.Generic.IList<global::System.Exception>)
61 }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x60003B6")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1BB44F0", Offset = "0x1BB44F0", Length = "0xBC")]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.Generic.IEnumerable<object>) }, ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[]
73 {
74 typeof(string),
75 typeof(global::System.Collections.Generic.IList<global::System.Exception>)
76 }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
78 public AggregateException(string message, global::System.Collections.Generic.IEnumerable<global::System.Exception> innerExceptions)
79 {
80 throw null;
81 }
82
83 [global::Cpp2ILInjected.Token(Token = "0x60003B7")]
84 [global::Cpp2ILInjected.Address(RVA = "0x1BB4604", Offset = "0x1BB4604", Length = "0x4")]
85 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 public AggregateException(string message, params global::System.Exception[] innerExceptions)
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x60003B8")]
93 [global::Cpp2ILInjected.Address(RVA = "0x1BB4608", Offset = "0x1BB4608", Length = "0x3A4")]
94 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
95 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Exception[]) }, ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[]
97 {
98 typeof(string),
99 typeof(global::System.Collections.Generic.IEnumerable<global::System.Exception>)
100 }, ReturnType = typeof(void))]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.AggregateException), Member = "Flatten", ReturnType = typeof(global::System.AggregateException))]
102 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = ".ctor", MemberParameters = new object[]
104 {
105 typeof(string),
106 typeof(global::System.Exception)
107 }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<object>), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.Generic.IList<object>) }, ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 25)]
112 private AggregateException(string message, global::System.Collections.Generic.IList<global::System.Exception> innerExceptions)
113 {
114 throw null;
115 }
116
117 [global::Cpp2ILInjected.Token(Token = "0x60003B9")]
118 [global::Cpp2ILInjected.Address(RVA = "0x1BB49D0", Offset = "0x1BB49D0", Length = "0x58")]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.TaskExceptionHolder), Member = "CreateExceptionObject", MemberParameters = new object[]
120 {
121 typeof(bool),
122 typeof(global::System.Exception)
123 }, ReturnType = typeof(global::System.AggregateException))]
124 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
125 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
126 internal AggregateException(global::System.Collections.Generic.IEnumerable<global::System.Runtime.ExceptionServices.ExceptionDispatchInfo> innerExceptionInfos)
127 {
128 throw null;
129 }
130
131 [global::Cpp2ILInjected.Token(Token = "0x60003BA")]
132 [global::Cpp2ILInjected.Address(RVA = "0x1BB4A28", Offset = "0x1BB4A28", Length = "0xBC")]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.Tasks.TaskExceptionHolder), Member = "Finalize", ReturnType = typeof(void))]
134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
135 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.Generic.IEnumerable<object>) }, ReturnType = typeof(void))]
136 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
137 internal AggregateException(string message, global::System.Collections.Generic.IEnumerable<global::System.Runtime.ExceptionServices.ExceptionDispatchInfo> innerExceptionInfos)
138 {
139 throw null;
140 }
141
142 [global::Cpp2ILInjected.Token(Token = "0x60003BB")]
143 [global::Cpp2ILInjected.Address(RVA = "0x1BB4AE4", Offset = "0x1BB4AE4", Length = "0x410")]
144 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
145 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
146 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = ".ctor", MemberParameters = new object[]
147 {
148 typeof(string),
149 typeof(global::System.Exception)
150 }, ReturnType = typeof(void))]
151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<object>), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.Generic.IList<object>) }, ReturnType = typeof(void))]
152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
153 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
154 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 26)]
155 private AggregateException(string message, global::System.Collections.Generic.IList<global::System.Runtime.ExceptionServices.ExceptionDispatchInfo> innerExceptionInfos)
156 {
157 throw null;
158 }
159
160 [global::Cpp2ILInjected.Token(Token = "0x60003BC")]
161 [global::Cpp2ILInjected.Address(RVA = "0x1BB4EF4", Offset = "0x1BB4EF4", Length = "0x1D8")]
162 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
163 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = ".ctor", MemberParameters = new object[]
164 {
165 typeof(global::System.Runtime.Serialization.SerializationInfo),
166 typeof(global::System.Runtime.Serialization.StreamingContext)
167 }, ReturnType = typeof(void))]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "GetValue", MemberParameters = new object[]
170 {
171 typeof(string),
172 typeof(global::System.Type)
173 }, ReturnType = typeof(object))]
174 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<object>), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Collections.Generic.IList<object>) }, ReturnType = typeof(void))]
175 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
176 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
177 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 19)]
178 protected AggregateException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
179 {
180 throw null;
181 }
182
183 [global::Cpp2ILInjected.Token(Token = "0x60003BD")]
184 [global::Cpp2ILInjected.Address(RVA = "0x1BB50CC", Offset = "0x1BB50CC", Length = "0x154")]
185 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
186 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "GetObjectData", MemberParameters = new object[]
187 {
188 typeof(global::System.Runtime.Serialization.SerializationInfo),
189 typeof(global::System.Runtime.Serialization.StreamingContext)
190 }, ReturnType = typeof(void))]
191 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<object>), Member = "get_Count", ReturnType = typeof(int))]
192 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<object>), Member = "CopyTo", MemberParameters = new object[]
193 {
194 typeof(object[]),
195 typeof(int)
196 }, ReturnType = typeof(void))]
197 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(global::System.RuntimeTypeHandle) }, ReturnType = typeof(global::System.Type))]
198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
199 {
200 typeof(string),
201 typeof(object),
202 typeof(global::System.Type)
203 }, ReturnType = typeof(void))]
204 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
205 public override void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
206 {
207 throw null;
208 }
209
210 [global::Cpp2ILInjected.Token(Token = "0x17000056")]
211 public global::System.Collections.ObjectModel.ReadOnlyCollection<global::System.Exception> InnerExceptions
212 {
213 [global::Cpp2ILInjected.Token(Token = "0x60003BE")]
214 [global::Cpp2ILInjected.Address(RVA = "0x1BB5220", Offset = "0x1BB5220", Length = "0x8")]
215 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
216 get
217 {
218 throw null;
219 }
220 }
221
222 [global::Cpp2ILInjected.Token(Token = "0x60003BF")]
223 [global::Cpp2ILInjected.Address(RVA = "0x1BB5228", Offset = "0x1BB5228", Length = "0x39C")]
224 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Net.HttpWebRequest", Member = "FlattenException", MemberParameters = new object[] { typeof(global::System.Exception) }, ReturnType = typeof(global::System.Exception))]
226 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
227 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", ReturnType = typeof(void))]
228 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
229 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.AggregateException), Member = ".ctor", MemberParameters = new object[]
230 {
231 typeof(string),
232 typeof(global::System.Collections.Generic.IList<global::System.Exception>)
233 }, ReturnType = typeof(void))]
234 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
235 public global::System.AggregateException Flatten()
236 {
237 throw null;
238 }
239
240 [global::Cpp2ILInjected.Token(Token = "0x17000057")]
241 public override string Message
242 {
243 [global::Cpp2ILInjected.Token(Token = "0x60003C0")]
244 [global::Cpp2ILInjected.Address(RVA = "0x1BB55C4", Offset = "0x1BB55C4", Length = "0x180")]
245 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
246 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
247 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<object>), Member = "get_Count", ReturnType = typeof(int))]
248 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilderCache), Member = "Acquire", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(global::System.Text.StringBuilder))]
249 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "get_Message", ReturnType = typeof(string))]
250 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Text.StringBuilder))]
251 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
252 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
253 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "get_Length", ReturnType = typeof(int))]
254 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "set_Length", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
255 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilderCache), Member = "GetStringAndRelease", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(string))]
256 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
257 get
258 {
259 throw null;
260 }
261 }
262
263 [global::Cpp2ILInjected.Token(Token = "0x60003C1")]
264 [global::Cpp2ILInjected.Address(RVA = "0x1BB5744", Offset = "0x1BB5744", Length = "0x20C")]
265 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
266 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
267 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = ".ctor", ReturnType = typeof(void))]
268 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Exception), Member = "ToString", ReturnType = typeof(string))]
269 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Text.StringBuilder))]
270 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<object>), Member = "get_Count", ReturnType = typeof(int))]
271 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "AppendLine", ReturnType = typeof(global::System.Text.StringBuilder))]
272 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
273 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "AppendFormat", MemberParameters = new object[]
274 {
275 typeof(global::System.IFormatProvider),
276 typeof(string),
277 typeof(object)
278 }, ReturnType = typeof(global::System.Text.StringBuilder))]
279 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.ObjectModel.ReadOnlyCollection<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
280 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
281 public override string ToString()
282 {
283 throw null;
284 }
285
286 [global::Cpp2ILInjected.Token(Token = "0x40001DA")]
287 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
288 private global::System.Collections.ObjectModel.ReadOnlyCollection<global::System.Exception> m_innerExceptions;
289 }
290}
class f__AnonymousType0<< Count > j__TPar
AggregateException(string message, global::System.Collections.Generic.IList< global::System.Exception > innerExceptions)
AggregateException(global::System.Collections.Generic.IEnumerable< global::System.Exception > innerExceptions)
AggregateException(string message, params global::System.Exception[] innerExceptions)
AggregateException(params global::System.Exception[] innerExceptions)
AggregateException(string message, global::System.Collections.Generic.IEnumerable< global::System.Exception > innerExceptions)
global::System.Collections.ObjectModel.ReadOnlyCollection< global::System.Exception > m_innerExceptions
AggregateException(string message, global::System.Collections.Generic.IEnumerable< global::System.Runtime.ExceptionServices.ExceptionDispatchInfo > innerExceptionInfos)
global::System.AggregateException Flatten()
AggregateException(string message, global::System.Collections.Generic.IList< global::System.Runtime.ExceptionServices.ExceptionDispatchInfo > innerExceptionInfos)
AggregateException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
AggregateException(global::System.Collections.Generic.IEnumerable< global::System.Runtime.ExceptionServices.ExceptionDispatchInfo > innerExceptionInfos)
override void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
global::System.Collections.ObjectModel.ReadOnlyCollection< global::System.Exception > InnerExceptions