Metodo QsUIVisMsg (IWin32Window, Exception, Boolean)
|
Visualizza la finestra di dialogo per le eccezioni.
Rende visibile l'opzione "Non mostrare più".
Namespace:
QsUI
Assembly:
QsUI (in QsUI.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public static void VisMsg(
IWin32Window ownerForm,
Exception ex,
out bool notShowAgain
)
Public Shared Sub VisMsg (
ownerForm As IWin32Window,
ex As Exception,
<OutAttribute> ByRef notShowAgain As Boolean
)
public:
static void VisMsg(
IWin32Window^ ownerForm,
Exception^ ex,
[OutAttribute] bool% notShowAgain
)
static member VisMsg :
ownerForm : IWin32Window *
ex : Exception *
notShowAgain : bool byref -> unit
Parametri
- ownerForm
- Tipo: System.Windows.FormsIWin32Window
Parent Form. - ex
- Tipo: SystemException
Eccezione da visualizzare. - notShowAgain
- Tipo: SystemBoolean
Indica se alla chiusura del dialogo la checkbox "non mostrare più" è stata spuntata o meno.
Vedi anche