C# Класс Nexus.Transactions.RollbackException

An exception that is thrown when there is a problem rolling back a transaction.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
RollbackException ( IList p_lstExceptedResourceManagers ) : System

A simple constructor that initializes the object with the given values.

Описание методов

RollbackException() публичный Метод

A simple constructor that initializes the object with the given values.
public RollbackException ( IList p_lstExceptedResourceManagers ) : System
p_lstExceptedResourceManagers IList The list of resource managers that threw exceptions.
Результат System