 | UtilSendDumpQs Method |
Funzione che crea i file e invia il dump alla qs.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntaxpublic 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
- 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