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