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
ModSortingException.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
Terraria.ModLoader.Core;
4
5
namespace
Terraria.ModLoader.Exceptions
6
{
7
internal
class
ModSortingException :
Exception
8
{
9
public
ICollection<LocalMod> errored;
10
11
public
ModSortingException(ICollection<LocalMod> errored,
string
message) : base(message) {
12
this.errored = errored;
13
}
14
}
15
}
Exception
Terraria.ModLoader.Exceptions
Definition:
BuildException.cs:5
patches
tModLoader
Terraria.ModLoader.Exceptions
ModSortingException.cs
Generated by
1.9.4