C# 클래스 Nexus.Client.ModManagement.Scripting.XmlScript.Unparsers.UnsupportedScriptFeatureException

The exception that is thrown if a feature of an XML Script cannot be unparsed to the target script version.
상속: System.Exception
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
UnsupportedScriptFeatureException ( ) : System

The default constructor.

UnsupportedScriptFeatureException ( string message ) : System

A simple contructor that sets the exception's message.

UnsupportedScriptFeatureException ( string message, Exception inner ) : System

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

메소드 상세

UnsupportedScriptFeatureException() 공개 메소드

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

UnsupportedScriptFeatureException() 공개 메소드

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

UnsupportedScriptFeatureException() 공개 메소드

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