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

◆ BarrierPostPhaseException() [4/5]

System.Threading.BarrierPostPhaseException.BarrierPostPhaseException ( string? message,
Exception? innerException )
inline

Definition at line 25 of file BarrierPostPhaseException.cs.

26 : base((message == null) ? System.SR.BarrierPostPhaseException : message, innerException)
27 {
28 }
static string BarrierPostPhaseException
Definition SR.cs:40
Definition SR.cs:7