C# Class Nexus.Transactions.RollbackException.ExceptedResourceManager

The resource manager that throw an exception.
Mostra file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
ExceptedResourceManager ( IEnlistmentNotification p_entResourceManager, Exception p_expException ) : System

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

Method Details

ExceptedResourceManager() public method

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.
return System