TransactionException Class
.NET Framework 3.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
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: