Facepunch.Steamworks Wiki

Steamworks.Dispatch.OnException

Syntax

static Action<System.Exception> OnException

Description

Called if an exception happens during a callback/callresult. This is needed because the exception isn't always accessible when running async.. and can fail silently. With this hooked you won't be stuck wondering what happened.