C# Class Nexus.Transactions.RollbackException.ExceptedResourceManager

The resource manager that throw an exception.
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
ExceptedResourceManager ( IEnlistmentNotification p_entResourceManager, Exception p_expException ) : System

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

Method Details

ExceptedResourceManager() public méthode

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.
Résultat System