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: 26.4.0.0 (26.4.0.0)
Syntax
public static void SendDumpQs(
	UnhandledExceptionEventArgs e,
	bool silent
)

Parameters

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