Metodo UtilityVisMsg (IWin32Window, Exception, Boolean)
|
Visualizza la finestra di dialogo per le eccezioni.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public static void VisMsg(
IWin32Window ownerForm,
Exception ex,
out bool showAgain
)
Public Shared Sub VisMsg (
ownerForm As IWin32Window,
ex As Exception,
<OutAttribute> ByRef showAgain As Boolean
)
public:
static void VisMsg(
IWin32Window^ ownerForm,
Exception^ ex,
[OutAttribute] bool% showAgain
)
static member VisMsg :
ownerForm : IWin32Window *
ex : Exception *
showAgain : bool byref -> unit
Parametri
- ownerForm
- Tipo: System.Windows.FormsIWin32Window
Parent Form. - ex
- Tipo: SystemException
Eccezione da visualizzare. - showAgain
- Tipo: SystemBoolean
Booleano che indica se l'utente ha spuntato la voce "non visualizzare più".
Vedi anche