System.ServiceModel.TxCompletionStatusAbortedOnSessionClose

The specified transaction was aborted because it was uncompleted when the session was closed and the TransactionAutoCompleteOnSessionClose OperationBehaviorAttribute was set to false.

Description

Traced if the current active session was closed, and the transaction was not completed, and TransactionAutoCompleteOnSessionClose is set to false.

Troubleshooting

This trace indicates a potential application bug that should be investigated.

See also