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

◆ LicenseException() [1/5]

System.ComponentModel.LicenseException.LicenseException ( Type? type)
inline

Definition at line 14 of file LicenseException.cs.

15 : this(type, null, System.SR.Format(System.SR.LicExceptionTypeOnly, type?.FullName))
16 {
17 }
static string LicExceptionTypeOnly
Definition SR.cs:110
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7