Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ByDesignWithMessage()
[7/7]
static
Exception
System.NotImplemented.ByDesignWithMessage
(
string
message
)
inline
static
package
Definition at line
7
of file
NotImplemented.cs
.
8
{
9
return
new
NotImplementedException(message);
10
}
System
NotImplemented
Generated by
1.10.0