Costruttore FormException (ListException, Boolean)
|
Cotruttore della classe.
Namespace:
QsUI
Assembly:
QsUI (in QsUI.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi public FormException(
List<Exception> exceptions,
bool notShowAgain = false
)
Public Sub New (
exceptions As List(Of Exception),
Optional notShowAgain As Boolean = false
)
public:
FormException(
List<Exception^>^ exceptions,
bool notShowAgain = false
)
new :
exceptions : List<Exception> *
?notShowAgain : bool
(* Defaults:
let _notShowAgain = defaultArg notShowAgain false
*)
-> FormException
Parametri
- exceptions
- Tipo: System.Collections.GenericListException
Lista di eccezioni da visulaizzare - notShowAgain (Optional)
- Tipo: SystemBoolean
Vedi anche