tModLoader
v0.11.8.9
A mod to make and play Terraria mods
Toggle main menu visibility
Main Page
Packages
Package List
Package Members
All
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Properties
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Files
File List
File Members
All
Typedefs
▼
tModLoader
►
Packages
►
Classes
▼
Files
►
File List
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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