GameFormHandleException Method |
This function is called by the SGDK2 generated code when a top-level
exception occurs.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public static void HandleException(
Exception ex
)
Parameters
- ex
- Type: SystemException
Refers to the exception that was received at the top level
See Also