// Token: 0x06001A67 RID: 6759 RVA: 0x00009617 File Offset: 0x00007817
 public WindowsException(NtStatus status)
 {
     this.Status      = status;
     this.ErrorCode   = status.smethod_7();
     this.IsNT_STATUS = true;
 }