Proprietà QSConnectionLastException
|
Restituisce l'ultima eccezione verificatasi nel codice di questo oggetto
oppure negli oggetti comando creati da questa connessione.
Namespace: QSAdoNetAssembly: QSAdoNet (in QSAdoNet.dll) Versione: 27.3.0
Sintassipublic Exception LastException { get; }
Public ReadOnly Property LastException As Exception
Get
public:
property Exception^ LastException {
Exception^ get ();
}
member LastException : Exception with get
Valore della proprietà
Exception
Vedi anche