Proprietà QSConnection.LastException

QSAdoNet

Proprietà QSConnectionLastException

Restituisce l'ultima eccezione verificatasi nel codice di questo oggetto oppure negli oggetti comando creati da questa connessione.

Namespace:  QSAdoNet
Assembly:  QSAdoNet (in QSAdoNet.dll) Versione: 1.0.0.0 (1.0.0.0)
Sintassi
public Exception LastException { get; }
Public ReadOnly Property LastException As Exception
	Get
public:
property Exception^ LastException {
	Exception^ get ();
}
member LastException : Exception with get

Valore della proprietà

Tipo: Exception
Vedi anche