C# 클래스 Nexus.Client.ModManagement.InstallationLog.Upgraders.UpgradeException

The exception that is thrown if an error occurs during the upgrading of an install log.
상속: System.Exception
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
UpgradeException ( ) : System

The default constructor.

UpgradeException ( string message ) : System

A simple contructor that sets the exception's message.

UpgradeException ( string message, Exception inner ) : System

A simple constructor the sets the exception's message and inner exception.

메소드 상세

UpgradeException() 공개 메소드

The default constructor.
public UpgradeException ( ) : System
리턴 System

UpgradeException() 공개 메소드

A simple contructor that sets the exception's message.
public UpgradeException ( string message ) : System
message string The exception's message.
리턴 System

UpgradeException() 공개 메소드

A simple constructor the sets the exception's message and inner exception.
public UpgradeException ( string message, Exception inner ) : System
message string The exception's message.
inner System.Exception The ineer exception.
리턴 System