C# 클래스 Nexus.Client.PluginManagement.UI.InvalidImportSourceException

The exception that is thrown when a load order import source is invalid.
상속: System.Exception
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
InvalidImportSourceException ( string message ) : System

Initializes a new instance of the InvalidImportSourceException class with the given message.

InvalidImportSourceException ( string message, Exception innerException ) : System

Initializes a new instance of the InvalidImportSourceException class with the given message and inner exception.

메소드 상세

InvalidImportSourceException() 공개 메소드

Initializes a new instance of the InvalidImportSourceException class with the given message.
public InvalidImportSourceException ( string message ) : System
message string The message that describes the error.
리턴 System

InvalidImportSourceException() 공개 메소드

Initializes a new instance of the InvalidImportSourceException class with the given message and inner exception.
public InvalidImportSourceException ( string message, Exception innerException ) : System
message string The message that describes the error.
innerException System.Exception The exception that is the cause of the current exception.
리턴 System