C# Class Nexus.Client.Games.Gamebryo.Tools.TESsnip.TESParserException

Thrown when there is a problem parsing a TES plugin file.
Inheritance: System.Exception
ファイルを表示 Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
TESParserException ( string msg ) : System

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

Method Details

TESParserException() public method

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