Costruttore FormException (Image, String, ListException)
|
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,
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
- 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") - exceptions
- Tipo: System.Collections.GenericListException
Lista di eccezioni da visulaizzare
Vedi anche