| UtilSendDumpQs Method |
Funzione che crea i file e invia il dump alla qs.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public static void SendDumpQs(
UnhandledExceptionEventArgs e,
bool silent
)
Public Shared Sub SendDumpQs (
e As UnhandledExceptionEventArgs,
silent As Boolean
)
public:
static void SendDumpQs(
UnhandledExceptionEventArgs^ e,
bool silent
)
static member SendDumpQs :
e : UnhandledExceptionEventArgs *
silent : bool -> unit
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