3 references to DataSet_DefaultInRowChangingEventException
System.Data.Common (3)
System\Data\DataException.cs (3)
128
public InRowChangingEventException() : base(SR.
DataSet_DefaultInRowChangingEventException
)
133
public InRowChangingEventException(string? s) : base(s ?? SR.
DataSet_DefaultInRowChangingEventException
)
138
public InRowChangingEventException(string? message, Exception? innerException) : base(message ?? SR.
DataSet_DefaultInRowChangingEventException
, innerException)