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