C# Class Terraria.ModLoader.Exceptions.ModNameException

Inheritance: System.Exception
ファイルを表示 Open project: JavidPack/TerraCustom

Public Methods

Method Description
ModNameException ( ) : System
ModNameException ( string message ) : System
ModNameException ( string message, Exception inner ) : System

Method Details

ModNameException() public method

public ModNameException ( ) : System
return System

ModNameException() public method

public ModNameException ( string message ) : System
message string
return System

ModNameException() public method

public ModNameException ( string message, Exception inner ) : System
message string
inner System.Exception
return System