/// <summary> /// Initializes a new instance of the <see cref="ClrException"/> class. /// </summary> /// <param name="clrThread">The CLR thread.</param> /// <param name="clrException">The CLR exception.</param> internal ClrException(ClrThread clrThread, Microsoft.Diagnostics.Runtime.ClrException clrException) : base(clrThread.Process.FromClrType(clrException.Type), ulong.MaxValue, Variable.ComputedName, Variable.UnknownPath, clrException.Address) { }