Costruttore FormException(Exception, Boolean)
|
Cotruttore della classe.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi public FormException(
Exception exception,
bool notShowAgain = false
)
Public Sub New (
exception As Exception,
Optional notShowAgain As Boolean = false
)
public:
FormException(
Exception^ exception,
bool notShowAgain = false
)
new :
exception : Exception *
?notShowAgain : bool
(* Defaults:
let _notShowAgain = defaultArg notShowAgain false
*)
-> FormException
Parametri
- exception Exception
- Eccezione da visualizzare.
- notShowAgain Boolean (Optional)
-
Vedi anche