Costruttore DedFormException (DedNetApplication, Icon, String, ListException)
|
Cotruttore della classe.
Namespace:
DedNet.Forms
Assembly:
DedNet (in DedNet.dll) Versione: 20.3.0.0 (20.3.0.0)
Sintassipublic DedFormException(
DedNetApplication app,
Icon icon,
string text,
List<Exception> exceptions
)
Public Sub New (
app As DedNetApplication,
icon As Icon,
text As String,
exceptions As List(Of Exception)
)
public:
DedFormException(
DedNetApplication^ app,
Icon^ icon,
String^ text,
List<Exception^>^ exceptions
)
new :
app : DedNetApplication *
icon : Icon *
text : string *
exceptions : List<Exception> -> DedFormException
Parametri
- app
- Tipo: DedNetDedNetApplication
- icon
- Tipo: System.DrawingIcon
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