A Sandcastle Documented Class Library
UtilSendDumpQs Method |
Funzione che crea i file e invia il dump alla qs.
Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.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
- 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