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

◆ IdentityNotMappedException() [3/5]

System.Security.Principal.IdentityNotMappedException.IdentityNotMappedException ( string? message,
Exception? inner )
inline

Definition at line 34 of file IdentityNotMappedException.cs.

35 : base(message, inner)
36 {
37 }