Proprietà DedNetApplicationLastError
|
Restituisce l'ultimo errore che si è verificato utilizzando i metodi e le proprietà di questa interfaccia.
Namespace:
DedNet
Assembly:
DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi public 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
Tipo:
StringRestituisce la stringa di errore oppure "" se non ne sono avvenuti.
Implementa
IDedNetApplicationLastErrorVedi anche