Home
last modified time | relevance | path

Searched refs:LicExceptionTypeOnly (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DLicenseException.cs28 …public LicenseException(Type type) : this(type, null, SR.Format(SR.LicExceptionTypeOnly, type.Full… in LicenseException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DLicenseException.cs28 …public LicenseException(Type type) : this(type, null, SR.GetString(SR.LicExceptionTypeOnly, type.F… in LicenseException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs123 …public const string LicExceptionTypeOnly = "A valid license cannot be granted for the type {0}. Co… field in SR