TransactionException Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
The exception that is thrown when you attempt to do work on a transaction that cannot accept new work.
Namespace: System.Transactions
Assembly: System.Transactions (in system.transactions.dll)
Assembly: System.Transactions (in system.transactions.dll)
'Declaration <SerializableAttribute> _ Public Class TransactionException Inherits SystemException 'Usage Dim instance As TransactionException
/** @attribute SerializableAttribute() */ public class TransactionException extends SystemException
SerializableAttribute public class TransactionException extends SystemException
TransactionException is a recoverable error, and all the exceptions thrown by the System.Transactions infrastructure derive from this exception.
System.Object
System.Exception
System.SystemException
System.Transactions.TransactionException
System.Transactions.TransactionAbortedException
System.Transactions.TransactionInDoubtException
System.Transactions.TransactionManagerCommunicationException
System.Transactions.TransactionPromotionException
System.Exception
System.SystemException
System.Transactions.TransactionException
System.Transactions.TransactionAbortedException
System.Transactions.TransactionInDoubtException
System.Transactions.TransactionManagerCommunicationException
System.Transactions.TransactionPromotionException
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: