Click or drag to resize

UtilSendDumpQs Method

Funzione che crea i file e invia il dump alla qs.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public static void SendDumpQs(
	UnhandledExceptionEventArgs e,
	bool silent
)

Parameters

e
Type: SystemUnhandledExceptionEventArgs
Eccezione che ha causato il crash dell'applicativo.
silent
Type: SystemBoolean
Indica se la mail viene mandata in modo silent o con interazione utente.
See Also