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