3 references to DataSet_DefaultNoNullAllowedException
System.Data.Common (3)
System\Data\DataException.cs (3)
206public NoNullAllowedException() : base(SR.DataSet_DefaultNoNullAllowedException) 211public NoNullAllowedException(string? s) : base(s ?? SR.DataSet_DefaultNoNullAllowedException) 216public NoNullAllowedException(string? message, Exception? innerException) : base(message ?? SR.DataSet_DefaultNoNullAllowedException, innerException)