DumpNonFatalExceptionToLog(Exception) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Dump an exception into the OASyS DNA log, allowing the program to keep running.
public:
static void DumpNonFatalExceptionToLog(
Exception^ e
)
Parameters
- e
- The exception to print to the log.