Costruttore FormException(Image, String, ListException)
|
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,
List<Exception> exceptions
)
Public Sub New (
image As Image,
text As String,
exceptions As List(Of Exception)
)
public:
FormException(
Image^ image,
String^ text,
List<Exception^>^ exceptions
)
new :
image : Image *
text : string *
exceptions : List<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")
- exceptions ListException
- Lista di eccezioni da visulaizzare
Vedi anche