Microsoft.Data.SqlClient.Diagnostics.SqlClientTransactionRollbackError
public sealed class SqlClientTransactionRollbackError : IEnumerable<KeyValuePair<string, object>>, IEnumerable, IReadOnlyCollection<KeyValuePair<string, object>>, IReadOnlyList<KeyValuePair<string, object>>
Contains diagnostic information emitted after a transaction roll back fails with an exception.
The name of the event that needs to be enabled for the event to be raised.
The connection object that the transaction belongs to.
Gets the number of elements in the collection.
The exception object that caused the command execution to fail.
The IsolationLevel of the transaction.
Gets the element at the specified index in the read-only list.
The name of the operation.
A guid value used to correlate before, after and error events.
The timestamp of the event.
A nullable long uniquely identifying the transaction , or null.
The name of the transaction which is being rolled back.
public SqlClientTransactionRollbackError()
Returns an enumerator that iterates through the collection.