C# 클래스 Nexus.Transactions.RollbackException

An exception that is thrown when there is a problem rolling back a transaction.
상속: System.Exception
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
RollbackException ( IList p_lstExceptedResourceManagers ) : System

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

메소드 상세

RollbackException() 공개 메소드

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.
리턴 System