Proprietà DedAttManagerLastException
|
Ritorna l'ultima eccezione che è avvenuta.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.1.0
Sintassi public 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à
ExceptionVedi anche