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
|
Public Member Functions | |
AggregateException () | |
AggregateException (global::System.Collections.Generic.IEnumerable< global::System.Exception > innerExceptions) | |
AggregateException (params global::System.Exception[] innerExceptions) | |
AggregateException (string message, global::System.Collections.Generic.IEnumerable< global::System.Exception > innerExceptions) | |
AggregateException (string message, params global::System.Exception[] innerExceptions) | |
override void | GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) |
global::System.AggregateException | Flatten () |
override string | ToString () |
Protected Member Functions | |
AggregateException (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | |
Package Functions | |
AggregateException (global::System.Collections.Generic.IEnumerable< global::System.Runtime.ExceptionServices.ExceptionDispatchInfo > innerExceptionInfos) | |
AggregateException (string message, global::System.Collections.Generic.IEnumerable< global::System.Runtime.ExceptionServices.ExceptionDispatchInfo > innerExceptionInfos) | |
Properties | |
global::System.Collections.ObjectModel.ReadOnlyCollection< global::System.Exception > | InnerExceptions [get, set] |
override string | Message [get, set] |
Private Member Functions | |
AggregateException (string message, global::System.Collections.Generic.IList< global::System.Exception > innerExceptions) | |
AggregateException (string message, global::System.Collections.Generic.IList< global::System.Runtime.ExceptionServices.ExceptionDispatchInfo > innerExceptionInfos) | |
Private Attributes | |
global::System.Collections.ObjectModel.ReadOnlyCollection< global::System.Exception > | m_innerExceptions |
Definition at line 20 of file AggregateException.cs.