CLR code Thread. This is valid only if there is CLR loaded into debugging process.
상속: Thread
예제 #1
0
 /// <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)
 {
 }
예제 #2
0
 /// <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)
 {
 }