Proprietà DedCommandLastException
             | 
          
        
        
            Restituisce l'ultima eccezione che si è verificata durante l'esecuzione. Restituisce null se non
            sono avvenuti errori.
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic 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à
Exception
Vedi anche