tModLoader v0.11.8.9
A mod to make and play Terraria mods
Terraria.ModLoader.Exceptions.FolderCreationFailedException Class Reference
+ Inheritance diagram for Terraria.ModLoader.Exceptions.FolderCreationFailedException:
+ Collaboration diagram for Terraria.ModLoader.Exceptions.FolderCreationFailedException:

Public Member Functions

 FolderCreationFailedException (string message, Exception innerException)
 

Properties

override string HelpLink [get]
 

Detailed Description

Definition at line 5 of file FolderCreationFailedException.cs.

Constructor & Destructor Documentation

◆ FolderCreationFailedException()

Terraria.ModLoader.Exceptions.FolderCreationFailedException.FolderCreationFailedException ( string  message,
Exception  innerException 
)

Definition at line 9 of file FolderCreationFailedException.cs.

9 : base(message, innerException)
10 {
11 }

Property Documentation

◆ HelpLink

override string Terraria.ModLoader.Exceptions.FolderCreationFailedException.HelpLink
get

Definition at line 7 of file FolderCreationFailedException.cs.