Costruttore FormException (Image, String, Exception)
|
Cotruttore della classe.
Namespace:
QsUI
Assembly:
QsUI (in QsUI.dll) Versione: 1.0.0.0 (1.0.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
- Tipo: System.DrawingImage
Icona da visualizzare nel form e nei vari nodi. - text
- Tipo: SystemString
Titolo del form (se null imposta quello di default: "Errore"). - exception
- Tipo: SystemException
Eccezione da visualizzare.
Vedi anche