C# 클래스 Nexus.Client.ModManagement.Scripting.IllegalFilePathException

The exception that is thrown when the path being accessed is illegal.
상속: System.Exception
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
IllegalFilePathException ( string p_strPath ) : System

The default constructor.

IllegalFilePathException ( string p_strPath, string message ) : System

A simple contructor that sets the exception's message.

IllegalFilePathException ( string p_strPath, string message, Exception inner ) : System

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

메소드 상세

IllegalFilePathException() 공개 메소드

The default constructor.
public IllegalFilePathException ( string p_strPath ) : System
p_strPath string The illegal path.
리턴 System

IllegalFilePathException() 공개 메소드

A simple contructor that sets the exception's message.
public IllegalFilePathException ( string p_strPath, string message ) : System
p_strPath string The illegal path.
message string The exception's message.
리턴 System

IllegalFilePathException() 공개 메소드

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