Proprietà DedCommandLastException
|
Restituisce l'ultima eccezione che si è verificata durante l'esecuzione. Restituisce null se non
sono avvenuti errori.
Namespace:
DedNet.Commands
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public virtual Exception LastException { get; }
Public Overridable ReadOnly Property LastException As Exception
Get
public:
virtual property Exception^ LastException {
Exception^ get ();
}
abstract LastException : Exception with get
override LastException : Exception with get
Valore della proprietà
Tipo:
ExceptionVedi anche