Costruttore FormException(Image, String, Exception)
|
Cotruttore della classe.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi public FormException(
Image image,
string text,
Exception exception
)
Public Sub New (
image As Image,
text As String,
exception As Exception
)
public:
FormException(
Image^ image,
String^ text,
Exception^ exception
)
new :
image : Image *
text : string *
exception : Exception -> FormException
Parametri
- image Image
- Icona da visualizzare nel form e nei vari nodi.
- text String
- Titolo del form (se null imposta quello di default: "Errore").
- exception Exception
- Eccezione da visualizzare.
Vedi anche