System.Transactions.TransactionAbortedException
namespace System.Transactions
{
public class TransactionAbortedException : TransactionException
{
public TransactionAbortedException();
protected TransactionAbortedException(SerializationInfo info, StreamingContext context);
public TransactionAbortedException(string message);
public TransactionAbortedException(string message, Exception innerException);
}
}