System.Transactions.TransactionAbortedException.TransactionAbortedException C# (CSharp) Method

TransactionAbortedException() public method

        public TransactionAbortedException()
        {
        }

Same methods

TransactionAbortedException::TransactionAbortedException ( System info, System context )
TransactionAbortedException::TransactionAbortedException ( string message )
TransactionAbortedException::TransactionAbortedException ( string message, System innerException )
TransactionAbortedException::TransactionAbortedException ( ) : System.Runtime.Serialization
TransactionAbortedException::TransactionAbortedException ( Exception innerException ) : System.Runtime.Serialization
TransactionAbortedException::TransactionAbortedException ( Exception innerException, Guid distributedTxId ) : System.Runtime.Serialization
TransactionAbortedException::TransactionAbortedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
TransactionAbortedException::TransactionAbortedException ( string message ) : System.Runtime.Serialization
TransactionAbortedException::TransactionAbortedException ( string message, Exception innerException ) : System.Runtime.Serialization
TransactionAbortedException