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