C# Class Nexus.Transactions.RollbackException

An exception that is thrown when there is a problem rolling back a transaction.
Inheritance: System.Exception
Mostra file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
RollbackException ( IList p_lstExceptedResourceManagers ) : System

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

Method Details

RollbackException() public method

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