Metodo UtilityVisMsg(IWin32Window, Exception, Boolean)
|
Visualizza la finestra di dialogo per le eccezioni.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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 IWin32Window
- Parent Form.
- ex Exception
- Eccezione da visualizzare.
- showAgain Boolean
- Booleano che indica se l'utente ha spuntato la voce "non visualizzare più".
Vedi anche