Proprietà DedNetApplicationLastError
             | 
          
        
        
            Restituisce l'ultimo errore che si è verificato utilizzando i metodi e le proprietà di questa interfaccia.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic string LastError { get; }Public ReadOnly Property LastError As String
	Get
public:
virtual property String^ LastError {
	String^ get () sealed;
}abstract LastError : string with get
override LastError : string with get
Valore di ritorno
StringRestituisce la stringa di errore oppure "" se non ne sono avvenuti.
Implementa
IDedNetApplicationLastError
Vedi anche