C# Class Terraria.ModLoader.Exceptions.CustomModDataException

Inheritance: System.IO.IOException
Show file Open project: JavidPack/TerraCustom Class Usage Examples

Public Properties

Property Type Description
modName string

Public Methods

Method Description
CustomModDataException ( Mod mod, string message, Exception inner ) : System

Method Details

CustomModDataException() public method

public CustomModDataException ( Mod mod, string message, Exception inner ) : System
mod Mod
message string
inner System.Exception
return System

Property Details

modName public property

public string modName
return string