Skip to main content

exceptionhandling

Enable or disable exception handling.

exceptionhandling ("value")

Parameters

value is one of:

ValueDescription
DefaultUse the toolset's default setting for exceptions.
OnTurn on exceptions.
OffTurn off exceptions.
SEHTurn on exceptions and use structured exception handling when available.
CThrowNeeds documentation
UnwindTablesNeeds documentation

Applies To

Project configurations.

Availability

Premake 5.0 or later.

See Also