Proprietà DedAttManagerLastException
             | 
          
        
        
            Ritorna l'ultima eccezione che è avvenuta.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic Exception LastException { get; set; }Public Property LastException As Exception
	Get
	Set
public:
property Exception^ LastException {
	Exception^ get ();
	void set (Exception^ value);
}member LastException : Exception with get, set
Valore della proprietà
Exception
Vedi anche