Proprietà FormExceptionExceptions
|
Permette di impostare l'eccezione da visualizzare
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 28.1.0-RC
Sintassipublic List<Exception> Exceptions { set; }Public WriteOnly Property Exceptions As List(Of Exception)
Set
public:
property List<Exception^>^ Exceptions {
void set (List<Exception^>^ value);
}member Exceptions : List<Exception> with set
Valore della proprietà
ListException
Vedi anche