Language:
Русский
English
┌────────────────────────┐
│ Object not initialized │
└────────────────────────┘
With range-checking on, you made a call to an object's virtual method, before the object had been initialized via a constructor call.
Object not initialized |
Language: ┌────────────────────────┐ With range-checking on, you made a call to an object's virtual method, before the object had been initialized via a constructor call. |
|
|