Proprietà DedFormExceptionExceptions
|
Permette di impostare l'eccezione da visualizzare
Namespace:
DedNet.Forms
Assembly:
DedNet (in DedNet.dll) Versione: 20.3.0.0 (20.3.0.0)
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à
Tipo:
ListException
Vedi anche