Error
C18794
concept
An Error represents an abnormal condition or failure that disrupts normal program execution and typically requires special handling or termination.
Observed surface forms (4)
- exception type ×6
- System.Exception subclass ×3
- Error constructor ×1
- JavaScript error type ×1
Instances (11)
- WebAssembly.RuntimeError
- Error via concept surface "exception type"
- WebAssembly.CompileError via concept surface "JavaScript error type"
- System.IO.IOException via concept surface "System.Exception subclass"
- System.IO.PathTooLongException via concept surface "exception type"
- AbandonedMutexException via concept surface "exception type"
- LockRecursionException via concept surface "exception type"
- ThreadAbortException via concept surface "exception type"
- ThreadInterruptedException via concept surface "exception type"
- System.Reflection.ReflectionTypeLoadException via concept surface "System.Exception subclass"
- System.Reflection.TargetInvocationException via concept surface "System.Exception subclass"