System.Data.ReadOnlyException
namespace System.Data
{
public class ReadOnlyException : DataException
{
public ReadOnlyException();
protected ReadOnlyException(SerializationInfo info, StreamingContext context);
public ReadOnlyException(string s);
public ReadOnlyException(string message, Exception innerException);
}
}