Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NotImplemented.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
internal
static
class
NotImplemented
4
{
5
internal
static
Exception
ByDesignWithMessage
(
string
message)
6
{
7
return
new
NotImplementedException
(message);
8
}
9
}
System.Exception
Definition
Exception.cs:15
System.NotImplementedException
Definition
NotImplementedException.cs:9
System.NotImplemented.ByDesignWithMessage
static Exception ByDesignWithMessage(string message)
Definition
NotImplemented.cs:5
System.Net.HttpStatusCode.NotImplemented
@ NotImplemented
System
Definition
BlockingCollection.cs:8
source
System.Net.Security
System
NotImplemented.cs
Generated by
1.10.0