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

◆ LicenseException() [2/5]

System.ComponentModel.LicenseException.LicenseException ( Type? type,
object? instance )
inline

Definition at line 19 of file LicenseException.cs.

20 : this(type, null, System.SR.Format(System.SR.LicExceptionTypeAndInstance, type?.FullName, instance?.GetType().FullName))
21 {
22 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string LicExceptionTypeAndInstance
Definition SR.cs:112
Definition SR.cs:7