1 reference to Data_TypeNotAllowed
System.Data.Common (1)
System\Data\DataException.cs (1)
374public static Exception TypeNotAllowed(Type type) => _InvalidOperation(SR.Format(SR.Data_TypeNotAllowed, type.AssemblyQualifiedName));