Metodo UtilityVisMsg (IWin32Window, DedNetApplication, ListException)
|
Visualizza la finestra di dialogo per le liste di 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,
DedNetApplication app,
List<Exception> exList
)
Public Shared Sub VisMsg (
ownerForm As IWin32Window,
app As DedNetApplication,
exList As List(Of Exception)
)
public:
static void VisMsg(
IWin32Window^ ownerForm,
DedNetApplication^ app,
List<Exception^>^ exList
)
static member VisMsg :
ownerForm : IWin32Window *
app : DedNetApplication *
exList : List<Exception> -> unit
Parametri
- ownerForm
- Tipo: System.Windows.FormsIWin32Window
Parent Form. - app
- Tipo: DedNetDedNetApplication
Applicazione di appartenenza. - exList
- Tipo: System.Collections.GenericListException
Vedi anche