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

The resource manager that throw an exception.
Показать файл Открыть проект

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

Метод Описание
ExceptedResourceManager ( IEnlistmentNotification p_entResourceManager, Exception p_expException ) : System

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

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

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

A simple constructor that initializes the object with the given values.
public ExceptedResourceManager ( IEnlistmentNotification p_entResourceManager, Exception p_expException ) : System
p_entResourceManager IEnlistmentNotification The resource manager that raised the exception.
p_expException System.Exception The exception raised by the resource manager.
Результат System