C# 클래스 Nexus.Transactions.RollbackException.ExceptedResourceManager

The resource manager that throw an exception.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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