Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ByDesignWithMessage() [7/7]

static Exception System.NotImplemented.ByDesignWithMessage ( string message)
inlinestaticpackage

Definition at line 7 of file NotImplemented.cs.

8 {
9 return new NotImplementedException(message);
10 }