1 reference to LicExceptionTypeAndInstance
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LicenseException.cs (1)
33public LicenseException(Type? type, object? instance) : this(type, null, SR.Format(SR.LicExceptionTypeAndInstance, type?.FullName, instance?.GetType().FullName))