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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
OldHookException.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Terraria.ModLoader.Exceptions
4
{
5
public
class
OldHookException
:
Exception
6
{
7
public
OldHookException
(
string
hook)
8
: base(
"This mod uses an old "
+ hook +
" hook"
) {
9
}
10
}
11
}
Exception
Terraria.ModLoader.Exceptions.OldHookException
Definition:
OldHookException.cs:6
Terraria.ModLoader.Exceptions.OldHookException.OldHookException
OldHookException(string hook)
Definition:
OldHookException.cs:7
Terraria.ModLoader.Exceptions
Definition:
BuildException.cs:5
patches
tModLoader
Terraria.ModLoader.Exceptions
OldHookException.cs
Generated by
1.9.4