C# 클래스 Nexus.Client.Games.Gamebryo.Tools.TESsnip.TESParserException

Thrown when there is a problem parsing a TES plugin file.
상속: System.Exception
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
TESParserException ( string msg ) : System

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

메소드 상세

TESParserException() 공개 메소드

A simple constructor that initializes the object with the given values.
public TESParserException ( string msg ) : System
msg string The exception message.
리턴 System