Windowsエラー致命的
VIDEO_TDR_FAILURE (0x00000116)VIDEO_TDR_FAILURE (0x00000116) — Video TDR Failure
The display driver failed to recover from a timeout.
windows
詳細を表示 System.NullReferenceExceptionAn attempt was made to use an object reference that is null.
The code tried to access a member (property, method, indexer) on a variable that is null. This is one of the most common .NET exceptions.
Add null checks before accessing object members. Use the null-conditional operator (?.). Initialize variables properly. Use nullable reference types.
VIDEO_TDR_FAILURE (0x00000116)The display driver failed to recover from a timeout.
BAD_POOL_CALLER (0x000000C2)A kernel-mode process or driver made an invalid pool memory request.
ERROR_TOO_MANY_SEMAPHORES (148)The maximum number of semaphores has been reached.
ERROR_SHARING_VIOLATION (32)The file cannot be accessed because it is being used by another process.
System.FormatExceptionThe format of an argument does not match the expected pattern.
ERROR_OUTOFMEMORY (14)The system ran out of storage space.