tModLoader
v0.11.8.9
A mod to make and play Terraria mods
FolderCreationFailedException.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Terraria.ModLoader.Exceptions
4
{
5
class
FolderCreationFailedException
:
Exception
6
{
7
public
override
string
HelpLink
=>
"https://github.com/tModLoader/tModLoader/wiki/Basic-tModLoader-Usage-FAQ#systemunauthorizedaccessexception-access-to-the-path-is-denied"
;
8
9
public
FolderCreationFailedException
(
string
message,
Exception
innerException) : base(message, innerException)
10
{
11
}
12
}
13
}
Exception
Terraria.ModLoader.Exceptions.FolderCreationFailedException
Definition:
FolderCreationFailedException.cs:6
Terraria.ModLoader.Exceptions.FolderCreationFailedException.FolderCreationFailedException
FolderCreationFailedException(string message, Exception innerException)
Definition:
FolderCreationFailedException.cs:9
Terraria.ModLoader.Exceptions.FolderCreationFailedException.HelpLink
override string HelpLink
Definition:
FolderCreationFailedException.cs:7
Terraria.ModLoader.Exceptions
Definition:
BuildException.cs:5
patches
tModLoader
Terraria.ModLoader.Exceptions
FolderCreationFailedException.cs
Generated by
1.9.4