Class FatalErrorType
Possible fatal error types that cause engine exit.
Inheritance
System.Object
FatalErrorType
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class FatalErrorType : Enum
Fields
Assertion
Data assertion failed (eg. invalid value or code usage).
Declaration
public const FatalErrorType Assertion
Field Value
FatalErrorType
|
Exception
Runtime exception caught by the handler (eg. stack overflow, invalid memory address access).
Declaration
public const FatalErrorType Exception
Field Value
FatalErrorType
|
GPUCrash
The graphics device crashed, has been removed or restarted.
Declaration
public const FatalErrorType GPUCrash
Field Value
FatalErrorType
|
GPUHang
The graphics device stopped responding (eg. incorrect rendering code or bug in driver).
Declaration
public const FatalErrorType GPUHang
Field Value
FatalErrorType
|
GPUOutOfMemory
The graphics device run out of video memory to allocate.
Declaration
public const FatalErrorType GPUOutOfMemory
Field Value
FatalErrorType
|
None
OutOfMemory
Program run out of memory to allocate.
Declaration
public const FatalErrorType OutOfMemory
Field Value
FatalErrorType
|
Unknown
Not defined or custom error.
Declaration
public const FatalErrorType Unknown
Field Value
FatalErrorType
|
value__
Declaration
public int value__
Field Value
System.Int32
|