Пример #1
0
 /// <summary>
 ///     In .NET native crash dumps, we have a list of serialized exceptions objects. This property expose them as
 ///     ClrException objects.
 /// </summary>
 /// <returns>IEnumerable&lt;IClrException&gt;.</returns>
 /// <inheritdoc />
 public IEnumerable <IClrException> EnumerateSerializedExceptions() =>
 Runtime.EnumerateSerializedExceptions().Select(Converter.Convert);