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
}
System.SR.Format
static string Format(string resourceFormat, object p1)
Definition
SR.cs:118
System.SR.LicExceptionTypeAndInstance
static string LicExceptionTypeAndInstance
Definition
SR.cs:112
System.SR
Definition
SR.cs:7
System.ExceptionArgument.type
@ type
System
Definition
BlockingCollection.cs:8
System
ComponentModel
LicenseException
Generated by
1.10.0