Costruttore FormException(ListException, Boolean)
|
Cotruttore della classe.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 25.3.0.0 (25.3.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 ListException
- Lista di eccezioni da visulaizzare
- notShowAgain Boolean (Optional)
-
Vedi anche